Problem | maximum |
---|---|
User | allz |
Submission Time | 2025-03-01 09:37:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:15:9: error: cannot declare ‘::main’ to be a global variable
15 | int32_t main{
| ^~~~
maximum.cpp:16:26: error: expected ‘}’ before ‘;’ token
16 | ios::sync_with_stdio(0);
| ^
maximum.cpp:15:13: note: to match this ‘{’
15 | int32_t main{
| ^
maximum.cpp:17:3: error: ‘cin’ does not name a type
17 | cin.tie(0);
| ^~~
maximum.cpp:19:3: error: ‘cin’ does not name a type
19 | cin >> a >> b;
| ^~~
maximum.cpp:20:3: error: ‘cout’ does not name a type
20 | cout << mx(a,b);
| ^~~~
maximum.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^