| Problem | duckhunt23 |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2025-12-08 14:22:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt23.cpp:4:2: error: stray ‘#’ in program
4 | a#include <bits/stdc++.h>
| ^
duckhunt23.cpp:4:1: error: ‘a’ does not name a type
4 | a#include <bits/stdc++.h>
| ^
duckhunt23.cpp:85:8: error: redefinition of ‘int main()’
85 | signed main()
| ^~~~
duckhunt23.cpp:8:8: note: ‘int main()’ previously defined here
8 | signed main()
| ^~~~