Problem | maximum |
---|---|
User | VNKbest |
Submission Time | 2024-05-10 08:32:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:10: error: expected ‘;’ before ‘cin’
6 | cin >> a
| ^
| ;
7 | cin >> b
| ~~~
maximum.cpp:12:12: error: expected ‘;’ before ‘}’ token
12 | cout << b
| ^
| ;
13 | }
| ~