Problem | yayornay |
---|---|
User | swaggS4SB4R |
Submission Time | 2024-06-21 16:00:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:24: error: expected ‘;’ before ‘cin’
6 | s = "CPIC"; s = "SGIO"
| ^
| ;
7 | cin >> s;
| ~~~