Problem bftrouble
User zaneyu
Submission Time 2024-08-02 20:38:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bftrouble.cpp: In function ‘int main()’:
bftrouble.cpp:67:5: error: expected ‘;’ before ‘int’
67 | int ans=0;
| ^~~
bftrouble.cpp:72:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
72 | ans+=(x>a);
| ^~~
| abs
bftrouble.cpp:74:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
74 | cout<<ans<<'\n';
| ^~~
| abs