Problem | cakerun |
---|---|
User | hmm |
Submission Time | 2024-01-03 21:11:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cakerun.cpp: In function ‘int32_t main()’:
cakerun.cpp:88:9: error: redeclaration of ‘bool f’
88 | bool f = false;
| ^
cakerun.cpp:49:9: note: ‘bool f’ previously declared here
49 | bool f = false;
| ^
cakerun.cpp:89:18: error: conflicting declaration ‘auto i3’
89 | auto i3 = it;
| ^~
cakerun.cpp:50:18: note: previous declaration as ‘std::_Rb_tree_const_iterator<std::pair<std::pair<long long int, long long int>, long long int> > i3’
50 | auto i3 = it;
| ^~