Problem scicom
User Ivan16
Submission Time 2025-06-20 12:56:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:7:21: error: unable to find string literal operator ‘operator""end1’ with ‘const char [7]’, ‘long unsigned int’ arguments
7 | cout << name << "Silver"end1;
| ^~~~~~~~~~~~
scicom.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | return 0}
| ^
| ;