Problem | maximum |
---|---|
User | blank |
Submission Time | 2025-01-20 17:18:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:22: error: expected ‘;’ before ‘}’ token
7 | if (a > b){cout << a};
| ^
| ;
maximum.cpp:8:22: error: expected ‘;’ before ‘}’ token
8 | if (b > a){cout << b};
| ^
| ;