| Problem | towers_noi |
|---|---|
| User | chlxi |
| Submission Time | 2023-02-17 18:39:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
towers_noi.cpp: In function ‘int32_t main()’:
towers_noi.cpp:102:12: error: expected ‘}’ at end of input
102 | cout<<"111";
| ^
towers_noi.cpp:99:29: note: to match this ‘{’
99 | #define start int32_t main(){ios_base::sync_with_stdio(0); cin.tie(0);cout.tie(0);
| ^
towers_noi.cpp:101:1: note: in expansion of macro ‘start’
101 | start
| ^~~~~