Problem gcd
User VehaanGVikram
Submission Time 2025-01-14 22:56:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:26:11: error: expected ‘}’ at end of input
26 | cout<<gcd;
| ^
gcd.cpp:5:1: note: to match this ‘{’
5 | {
| ^