Problem littlejohnny3
User Tyx2019
Submission Time 2025-12-15 09:58:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny3.cpp: In function ‘int main()’:
littlejohnny3.cpp:76:14: error: expected ‘;’ before ‘using’
76 | ll a;cin>>a/*
| ^
| ;
......
96 | using namespace std;
| ~~~~~
littlejohnny3.cpp:144:11: error: a function-definition is not allowed here before ‘{’ token
144 | int main(){
| ^