Problem firstabc
User back2square1
Submission Time 2023-12-06 17:02:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:8:3: error: ‘j’ was not declared in this scope
8 | j = s[i];
| ^
firstabc.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else cout << max(a,max(b,c)) << '\n';
| ^~~~