Problem | maximum |
---|---|
User | Avinash |
Submission Time | 2025-06-17 12:13:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:27: error: expected ‘;’ before ‘a’
9 | cout << "The maximum is" a
| ^~
| ;
maximum.cpp:11:27: error: expected ‘;’ before ‘b’
11 | cout << "The maximum is" b
| ^~
| ;