Problem | gcd |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-02-05 17:58:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:17: error: expected ‘;’ before ‘}’ token
7 | cout<<__gcd(a,b)}
| ^
| ;