Problem yayornay
User lynovyl
Submission Time 2024-06-21 13:25:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp: In function ‘int main()’:
yayornay.cpp:5:23: error: expected primary-expression before ‘;’ token
5 | cout << s.length() <<;
| ^
yayornay.cpp:15:14: error: ‘GPT’ was not declared in this scope
15 | else if (s==GPT){
| ^~~
yayornay.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
yayornay.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^