Problem abcs
User Xiaoyang
Submission Time 2024-08-02 20:45:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

abcs.cpp: In function ‘int main()’:
abcs.cpp:13:9: error: expected ‘;’ before ‘if’
13 | if (s.find_first_not_of('a') != string::npos) continue;
| ^~