Problem | flip |
---|---|
User | Cadenloi |
Submission Time | 2023-12-02 17:11:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flip.cpp: In function ‘int32_t main()’:
flip.cpp:10:29: error: ‘QA’ was not declared in this scope
10 | for(int i = 0; i < n; i++){QA
| ^~
flip.cpp:11:23: error: ‘x’ was not declared in this scope
11 | int x, y, w; cin >> x >> y >> w;
| ^
flip.cpp:11:28: error: ‘y’ was not declared in this scope
11 | int x, y, w; cin >> x >> y >> w;
| ^
flip.cpp:11:33: error: ‘w’ was not declared in this scope
11 | int x, y, w; cin >> x >> y >> w;
| ^