Problem | competition |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-24 15:46:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:50:6: error: redeclaration of ‘int count’
50 | int count = phy;
| ^~~~~
competition.cpp:29:6: note: ‘int count’ previously declared here
29 | int count = phy;
| ^~~~~
competition.cpp:72:24: error: expected ‘;’ before ‘}’ token
72 | cout << max(ans1,ans2)
| ^
| ;
73 |
74 | }
| ~