Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
int tc = 1;
cin >> tc;
while(tc--){
int a, b, c;
cin >> a >> b >> c;
cout << a + b + c << endl;
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1195 B. Palindrome
- Contest
- Brain Booster #10
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-06-13 15:40:46
- Judged At
- 2025-06-13 15:40:46
- Judged By
- Score
- 0
- Total Time
- 213ms
- Peak Memory
- 1.66 MiB