#include<bits/stdc++.h>
using namespace std;
int main () {
int n, m;
cin >> n >> m;
n = m;
while(m--) {
int a, b;
cin >> a >> b;
}
cin >> m;
while(m--) {
int a, b;
cin >> a >> b;
}
while(n--)cout<<'B';
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
204 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |