Problem twochoices
User r1r2r3r4
Submission Time 2025-07-19 20:34:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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