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:51:13
- Judged At
- 2025-06-13 16:51:13
- Judged By
- Score
- 0
- Total Time
- 211ms
- Peak Memory
- 1.582 MiB