Wrong Answer
Code
#include <iostream>
using namespace std;
int main() {
int t;
cin >> t;
while (t--) {
int n;
string s;
cin >> n >> s;
cout << 1 << endl;
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1113 Fliping Game
- Contest
- Brain Booster #7
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-11-05 14:41:08
- Judged At
- 2024-11-05 14:41:08
- Judged By
- Score
- 5
- Total Time
- 16ms
- Peak Memory
- 556.0 KiB