Problem maximum
User Emily
Submission Time 2023-12-28 08:42:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:8:8: error: stray ‘\357’ in program
8 | int a,b;
| ^
maximum.cpp:8:9: error: stray ‘\274’ in program
8 | int a,b;
| ^
maximum.cpp:8:10: error: stray ‘\214’ in program
8 | int a,b;
| ^
maximum.cpp:8:12: error: stray ‘\357’ in program
8 | int a,b;
| ^
maximum.cpp:8:13: error: stray ‘\274’ in program
8 | int a,b;
| ^
maximum.cpp:8:14: error: stray ‘\233’ in program
8 | int a,b;
| ^
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:8:11: error: expected initializer before ‘b’
8 | int a,b;
| ^
maximum.cpp:10:7: error: ‘a’ was not declared in this scope
10 | if (a<b){
| ^
maximum.cpp:10:9: error: ‘b’ was not declared in this scope
10 | if (a<b){
| ^