0_0_23191340_9815.cpp: In function 'int main()':
0_0_23191340_9815.cpp:57:20: error: expected primary-expression before '%' token
printf(%lld,ans);
^
0_0_23191340_9815.cpp:57:21: error: 'lld' was not declared in this scope
printf(%lld,ans);
^
0_0_23191340_9815.cpp:62:20: error: expected primary-expression before '%' token
printf(%lld,ans%MOD);
^
0_0_23191340_9815.cpp:62:21: error: 'lld' was not declared in this scope
printf(%lld,ans%MOD);
^
|