Problem | GSS |
---|---|
User | ZachTAD |
Submission Time | 2024-03-08 19:55:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp:25:2: error: stray ‘#’ in program
25 | }#include <bits/stdc++.h>
| ^
GSS.cpp:25:3: error: ‘include’ does not name a type
25 | }#include <bits/stdc++.h>
| ^~~~~~~
GSS.cpp:28:5: error: redefinition of ‘int main()’
28 | int main() {
| ^~~~
GSS.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~