Problem | lunchbox |
---|---|
User | paaaaaaaaaaaaaaaaaaa |
Submission Time | 2024-11-12 15:45:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:18:18: error: expected identifier before ‘break’
18 | goto break;
| ^~~~~
lunchbox.cpp:18:17: error: expected ‘;’ before ‘break’
18 | goto break;
| ^~~~~~
| ;
lunchbox.cpp:23:5: error: break statement not within loop or switch
23 | break:
| ^~~~~
lunchbox.cpp:23:10: error: expected ‘;’ before ‘:’ token
23 | break:
| ^
| ;
lunchbox.cpp:23:10: error: expected primary-expression before ‘:’ token
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from lunchbox.cpp:2:
/usr/include/c++/9/bits/stl_algo.h: In instantiation of ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator =