| Problem | gcd |
|---|---|
| User | Dannyboy |
| Submission Time | 2023-11-08 13:00:46 |
| 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: ‘__int__’ was not declared in this scope; did you mean ‘__ino_t’?
7 | __int__ gcd(a,b)=(a,a mod b);
| ^~~~~~~
| __ino_t
gcd.cpp:10:3: error: ‘__int__’ was not declared in this scope; did you mean ‘__ino_t’?
10 | __int__ gcd(b,a)=(b,b mod a);
| ^~~~~~~
| __ino_t