Problem | sort |
---|---|
User | StormyGood |
Submission Time | 2024-02-23 20:10:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:75:24: error: expected ‘}’ at end of input
75 | if (i < N - 1) {
| ^
sort.cpp:75:24: error: expected ‘}’ at end of input
sort.cpp:73:33: note: to match this ‘{’
73 | for (int i = 0; i < N; ++i) {
| ^
sort.cpp:75:24: error: expected ‘}’ at end of input
75 | if (i < N - 1) {
| ^
sort.cpp:58:16: note: to match this ‘{’
58 | int32_t main() {
| ^