Problem | abbb |
---|---|
User | BoneMeBurner |
Submission Time | 2023-03-10 16:43:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
abbb.cpp: In function ‘int main()’:
abbb.cpp:14:46: error: expected identifier before ‘(’ token
14 | while (b.find("AB") != string::npos) and (b.find("BB") != string::npos){
| ^
abbb.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
abbb.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^