Problem maximum
User Emily
Submission Time 2023-12-28 09:13:43
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 >>b;
| ^~~
maximum.cpp:10:9: error: ‘b’ was not declared in this scope
10 | if (a<b){
| ^