| Problem | maximum | 
|---|---|
| User | griuehiruhigero | 
| Submission Time | 2023-06-18 16:25:02 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 maximum.cpp: In function ‘int main()’:
maximum.cpp:6:18: error: expected ‘;’ before ‘}’ token
    6 |  cout << max(a,b)
      |                  ^
      |                  ;
    7 | }
      | ~