Problem maximum
User Emily
Submission Time 2023-12-28 09:20:32
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;
| ^