Problem | maximum |
---|---|
User | Dana |
Submission Time | 2023-11-08 13:20:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:8:15: error: expected ‘;’ before ‘cout’
8 | cin >> a >> b
| ^
| ;
9 | cout << max ({a, b})
| ~~~~
maximum.cpp:9:21: error: expected primary-expression before ‘)’ token
9 | cout << max ({a, b})
| ^