Problem | general |
---|---|
User | Schzeey |
Submission Time | 2023-04-24 17:49:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
general.cpp: In function ‘int main()’:
general.cpp:45:30: error: expected primary-expression at end of input
45 | cout << max(power[
| ^
general.cpp:45:31: error: expected ‘]’ at end of input
45 | cout << max(power[
| ~^
| ]
general.cpp:45:30: error: expected ‘}’ at end of input
45 | cout << max(power[
| ^
general.cpp:39:16: note: to match this ‘{’
39 | } else {
| ^
general.cpp:45:30: error: expected ‘}’ at end of input
45 | cout << max(power[
| ^
general.cpp:32:34: note: to match this ‘{’
32 | for (int i = 1; i <= m; i++) {
| ^
general.cpp:45:30: error: expected ‘}’ at end of input
45