0_0_16502184_17875.cpp:2:9: error: 'nt' was not declared in this scope
int gcd(nt a,int b)
^
0_0_16502184_17875.cpp:2:14: error: expected primary-expression before 'int'
int gcd(nt a,int b)
^
0_0_16502184_17875.cpp:2:19: error: expression list treated as compound expression in initializer [-fpermissive]
int gcd(nt a,int b)
^
0_0_16502184_17875.cpp:3:1: error: expected ',' or ';' before '{' token
{
^
|