| Problem | maximum |
|---|---|
| User | aribah |
| Submission Time | 2026-06-23 09:03:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:3: error: expected ‘,’ or ‘;’ before ‘int’
6 | int b = 3
| ^~~
maximum.cpp:7:60: error: expected ‘}’ at end of input
7 | cout << "maximum between a and b is:" << max(a,b) << '/n';
| ^
maximum.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^