Problem abbb
User BoneMeBurner
Submission Time 2023-03-10 16:59:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

abbb.cpp: In function ‘int main()’:
abbb.cpp:7:13: error: expected ‘;’ before ‘int’
7 | cout.tie(0)
| ^
| ;
8 | int a;
| ~~~
abbb.cpp:13:10: error: ‘a’ was not declared in this scope
13 | cin >> a;
| ^
abbb.cpp:16:46: error: expected identifier before ‘(’ token
16 | while (b.find("AB") != string::npos) and (b.find("BB") != string::npos){
| ^
abbb.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
abbb.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^