评测信息

运行ID: 10388
src.cpp:9:1: error: expected initializer before 'll'
ll gcd(ll a, ll b)
^
src.cpp: In function 'int main()':
src.cpp:17:15: error: 'gcd' was not declared in this scope
cout<<gcd(m,n);
^