Problem | scicom |
---|---|
User | tanhanxi195 |
Submission Time | 2025-06-20 13:39:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:10:5: error: redefinition of ‘int main()’
10 | int main() {
| ^~~~
scicom.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~
scicom.cpp: In function ‘int main()’:
scicom.cpp:11:12: error: ‘pan’ was not declared in this scope
11 | int str = pan
| ^~~