Problem yayornay
User lynovyl
Submission Time 2024-08-03 21:27:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:4:29: error: expected ‘;’ before ‘cin’
4 | string s= "CPIC"; s= "SGIO"
| ^
| ;
5 | cin >> s;
| ~~~