| Problem | swords |
|---|---|
| User | krawat28 |
| Submission Time | 2026-02-14 13:22:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swords.cpp:30:2: error: stray ‘#’ in program
30 | }#include <bits/stdc++.h>
| ^
swords.cpp:30:3: error: ‘include’ does not name a type
30 | }#include <bits/stdc++.h>
| ^~~~~~~
swords.cpp:37:5: error: redefinition of ‘int main()’
37 | int main() {
| ^~~~
swords.cpp:8:5: note: ‘int main()’ previously defined here
8 | int main() {
| ^~~~