Problem | gcd |
---|---|
User | Aarush1000 |
Submission Time | 2023-04-05 16:37:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘cout’
9 | cout << GCD << endl;
| ^~~~