Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
int main()
{
int T;
cin>>T;
while(T--)
{
int n,m,k;
cin>>n>>m>>k;
cout<<n+m+k<<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 16:26:48
- Judged At
- 2025-06-13 16:26:48
- Judged By
- Score
- 0
- Total Time
- 306ms
- Peak Memory
- 1.535 MiB