Problem scicom
User mynas111
Submission Time 2026-02-02 16:18:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:7:13: error: expected ‘;’ before ‘if’
7 | cin >> Name
| ^
| ;
8 | if (Name == " ") {
| ~~
scicom.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~