Problem | maximum |
---|---|
User | nguyendinhanh1508 |
Submission Time | 2023-12-22 23:51:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:8:6: error: expected ‘;’ before ‘a’
8 | cin a;
| ^~
| ;
maximum.cpp:9:6: error: expected ‘;’ before ‘b’
9 | cin b;
| ^~
| ;
maximum.cpp:12:8: error: ‘maximum’ was not declared in this scope
12 | else{maximum=b;}
| ^~~~~~~
maximum.cpp:13:9: error: ‘maximum’ was not declared in this scope
13 | cout<<maximum;
| ^~~~~~~