0_0_33527437_24743.cpp: In function 'void work()':
0_0_33527437_24743.cpp:32:29: error: 'mul' was not declared in this scope
Ans=add(Ans,mul(tmp,ans[i]));
^
0_0_33527437_24743.cpp:32:30: error: 'add' was not declared in this scope
Ans=add(Ans,mul(tmp,ans[i]));
^
0_0_33527437_24743.cpp: In function 'int main()':
0_0_33527437_24743.cpp:39:13: error: 'read' was not declared in this scope
int T=read(); while(T--) work();
^
|