Problem maximum
User Argon160
Submission Time 2025-01-08 17:40:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 |
4 | int main(){
| ~~~