| Problem | gcd |
|---|---|
| User | NoynYT |
| Submission Time | 2023-04-28 19:34:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:9:9: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
9 | cout<<mod(b, a);
| ^~~
| modf
gcd.cpp:12:9: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
12 | cout<<mod(b, a);
| ^~~
| modf