Problem gcd
User gamer1234e
Submission Time 2026-02-25 16:48:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:5:52: error: expected unqualified-id before ‘,’ token
5 | ;int a,b,C,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,,x,y,z
| ^
gcd.cpp:9:5: error: expected initializer before ‘cin’
9 | cin>> a<<b<<c<<d<<e<<f<<g<<h<<i<<j<<k<<l<<m<<p<<q<<r<<s<<t<<u<<v<<w<<x<<y<<z
| ^~~