Problem | maximum |
---|---|
User | theBlackMissile |
Submission Time | 2023-08-13 12:55:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | return 0
| ^
| ;
13 | }
| ~