Problem | lightningrod |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-21 10:58:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:20:33: error: ‘cusomSort’ was not declared in this scope; did you mean ‘customSort’?
20 | sort(vect.begin(), vect.end(), cusomSort);
| ^~~~~~~~~
| customSort
lightningrod.cpp:24:2: error: expected unqualified-id before ‘}’ token
24 | }
| ^
lightningrod.cpp:23:11: error: expected ‘;’ before ‘}’ token
23 | for (int
| ^
| ;
24 | }
| ~
lightningrod.cpp:24:2: error: expected primary-expression before ‘}’ token
24 | }
| ^
lightningrod.cpp:23:11: error: expected ‘;’ before ‘}’ token
23 | for (int
| ^
| ;
24 | }
| ~
lightningrod.cpp:24:2: error: expected primary-expression before ‘}’ token
24 | }
| ^
lightningrod.cpp:23:11: error: exp