| Problem | towers_noi |
|---|---|
| User | PoTheSloth |
| Submission Time | 2023-02-10 14:49:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
towers_noi.cpp:5:29: error: redefinition of ‘int yii’
5 | int xi, xii, xiii, yi, yii, yii;
| ^~~
towers_noi.cpp:5:24: note: ‘int yii’ previously declared here
5 | int xi, xii, xiii, yi, yii, yii;
| ^~~
towers_noi.cpp: In function ‘int32_t main()’:
towers_noi.cpp:7:11: error: ‘sync_with_stdio’ was not declared in this scope
7 | ios_base:sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^~~~~~~~~~~~~~~