Problem maximum
User Emily
Submission Time 2023-12-28 09:34:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:8:10: error: stray ‘\357’ in program
8 | int a,b;
| ^
maximum.cpp:8:11: error: stray ‘\274’ in program
8 | int a,b;
| ^
maximum.cpp:8:12: error: stray ‘\233’ in program
8 | int a,b;
| ^
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:9:3: error: expected initializer before ‘cin’
9 | cin>>a;
| ^~~
maximum.cpp:10:8: error: ‘b’ was not declared in this scope
10 | cin>>b;
| ^
maximum.cpp:17:11: error: expected ‘}’ at end of input
17 | return 0;
| ^
maximum.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^