Problem contestcalc
User WangZH
Submission Time 2025-04-04 15:04:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp:21:2: error: stray ‘#’ in program
21 | }#include <bits/stdc++.h>
| ^
contestcalc.cpp:33:3: error: stray ‘#’ in program
33 | }#include <bits/stdc++.h>
| ^
contestcalc.cpp:21:3: error: ‘include’ does not name a type
21 | }#include <bits/stdc++.h>
| ^~~~~~~
contestcalc.cpp:26:8: error: redefinition of ‘int main()’
26 | signed main(){
| ^~~~
contestcalc.cpp:6:8: note: ‘int main()’ previously defined here
6 | signed main(){
| ^~~~
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:33:4: error: ‘include’ was not declared in this scope
33 | }#include <bits/stdc++.h>
| ^~~~~~~
contestcalc.cpp:33:13: error: ‘bits’ was not declared in this scope
33 | }#include <bits/stdc++.h>
| ^~~~
contestcalc.cpp:33:18: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
33