Problem iroha
User hyishigh
Submission Time 2024-12-28 10:01:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

iroha.cpp: In function ‘int main()’:
iroha.cpp:19:27: error: a function-definition is not allowed here before ‘{’ token
19 | bool comp (int a, int b) {
| ^
iroha.cpp:22:17: error: ‘comp’ was not declared in this scope
22 | sort(ar, ar+n, comp);
| ^~~~