Problem | smurf |
---|---|
User | blob |
Submission Time | 2023-11-21 15:30:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:10:45: error: expected primary-expression before ‘)’ token
10 | sort (number[i], number[i]+N, greater<int>);
| ^
smurf.cpp:12:18: error: ‘i’ was not declared in this scope
12 | cout << number [i];
| ^