Problem scicom
User Alden
Submission Time 2025-06-20 12:45:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp:7:12: error: stray ‘\’ in program
7 | cout<<namen\;
| ^
scicom.cpp: In function ‘int main()’:
scicom.cpp:7:7: error: ‘namen’ was not declared in this scope; did you mean ‘name’?
7 | cout<<namen\;
| ^~~~~
| name