Problem | maximum |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-02 16:00:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:19: error: expected ‘,’ or ‘;’ before ‘?’ token
8 | int maximum (a>b)? a:b ;
| ^