Wrong Answer
Code
#include <iostream>
using namespace std;
int main()
{
int t;
cin>>t;
for(int i=0;i<t;i++){
long long int a,b,c;
cin>>a>>b>>c;
long long int count=a+b+c;
cout << count << endl;
}
return 0;
}
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 16:02:41
- Judged At
- 2025-06-13 16:02:41
- Judged By
- Score
- 0
- Total Time
- 283ms
- Peak Memory
- 1.523 MiB