Problem goodbye
User YellowPurpleDragon
Submission Time 2025-01-18 15:36:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp:21:2: error: stray ‘#’ in program
21 | }#include <bits/stdc++.h>
| ^
goodbye.cpp:21:3: error: ‘include’ does not name a type
21 | }#include <bits/stdc++.h>
| ^~~~~~~
goodbye.cpp:33:8: error: redefinition of ‘int main()’
33 | signed main() {
| ^~~~
goodbye.cpp:13:8: note: ‘int main()’ previously defined here
13 | signed main() {
| ^~~~