Problem duckhunt23
User CKCodeBreaker55
Submission Time 2025-12-08 14:17:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt23.cpp:2:22: error: stray ‘#’ in program
2 | using namespace std;a#include <bits/stdc++.h>
| ^
duckhunt23.cpp:2:21: error: ‘a’ does not name a type
2 | using namespace std;a#include <bits/stdc++.h>
| ^
duckhunt23.cpp:50:8: error: redefinition of ‘int main()’
50 | signed main()
| ^~~~
duckhunt23.cpp:6:8: note: ‘int main()’ previously defined here
6 | signed main()
| ^~~~