Problem gcd
User Dannyboy
Submission Time 2023-11-08 13:00:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:7:3: error: ‘int__’ was not declared in this scope; did you mean ‘wint_t’?
7 | int__ gcd(a,b)=(a,a mod b);
| ^~~~~
| wint_t
gcd.cpp:10:3: error: ‘int__’ was not declared in this scope; did you mean ‘wint_t’?
10 | int__ gcd(b,a)=(b,b mod a);
| ^~~~~
| wint_t