Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
char nl = '\n';
using i64 = long long;
void solve(int t) {
// cout << "test #" << t << nl;
int n; cin >> n;
string str; cin >> str;
cout << 1 << nl;
}
int main() {
int tt = 1;
cin >> tt;
for(int t = 1; t <= tt; t++) solve(t);
}
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:15
- Judged At
- 2024-11-05 14:41:15
- Judged By
- Score
- 5
- Total Time
- 24ms
- Peak Memory
- 532.0 KiB