Problem maximum
User Slayer555
Submission Time 2023-12-04 16:05:56
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 | int main(){
| ~~~