0_0_30199779_5789.cpp: In function 'int main()':
0_0_30199779_5789.cpp:107:29: error: expected ';' before 'ans'
ans=(ans+(x*qpow(10,pos[i],MOD)%MOD))%MOD;
^
0_0_30199779_5789.cpp:114:29: error: 'ans' was not declared in this scope
printf("%lld\n",ans);
^
0_0_30199779_5789.cpp: At global scope:
0_0_30199779_5789.cpp:117:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_30199779_5789.cpp:118:1: error: expected declaration before '}' token
}
^
|