Problem | gcd |
---|---|
User | Dannyboy |
Submission Time | 2023-11-08 12:59:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:3: error: ‘__’ was not declared in this scope
7 | __ gcd(a,b)=(a,a mod b);
| ^~
gcd.cpp:10:3: error: ‘__’ was not declared in this scope
10 | __ gcd(b,a)=(b,b mod a);
| ^~