Wrong Answer
Code
#include<iostream>
#include<vector>
#include<string>
#include<cmath>
using namespace std;
int main() {
int m,a,b;
long long c;
cin>>m;
for(int i=0;i<m;i++){
cin>>a>>b>>c;
cout<<a+b+c<<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 15:49:52
- Judged At
- 2025-06-13 15:49:52
- Judged By
- Score
- 0
- Total Time
- 283ms
- Peak Memory
- 1.566 MiB