| Problem | maximum |
|---|---|
| User | kiwiapricot |
| Submission Time | 2024-04-06 15:44:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:10: error: expected ‘;’ before string constant
5 | cin >> a "/n" b;
| ^~~~~
| ;
maximum.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
maximum.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^