Problem gcd
User Um
Submission Time 2023-05-05 13:58:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:7:17: error: ‘b0’ was not declared in this scope; did you mean ‘b’?
7 | cout<< __gcd(a,b0);
| ^~
| b
gcd.cpp:7:20: error: expected ‘}’ at end of input
7 | cout<< __gcd(a,b0);
| ^
gcd.cpp:4:12: note: to match this ‘{’
4 | int main(){
| ^