Problem scicom
User Goatedrizzysigmaguy69420
Submission Time 2025-06-20 15:15:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:9:17: error: ‘Pan’ was not declared in this scope; did you mean ‘tan’?
9 | if (name == Pan)
| ^~~
| tan
scicom.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | cout << "Pan"
| ^
| ;
......
14 | }
| ~