| Problem | maximum | 
|---|---|
| User | yueyang | 
| Submission Time | 2024-02-24 11:17:39 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 maximum.cpp: In function ‘int main()’:
maximum.cpp:8:5: error: expected ‘(’ before ‘b’
    8 |  if b<a;
      |     ^
      |     (
maximum.cpp:10:5: error: expected ‘(’ before ‘a’
   10 |  if a<b;
      |     ^
      |     (