Problem gcd
User CheesyPasta
Submission Time 2025-02-19 16:31:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int hello(long long int, long long int)’:
gcd.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else{
| ^~~~
gcd.cpp: In function ‘int main()’:
gcd.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | cout << hello(a,b)
| ^
| ;
14 | }
| ~