0_0_26006142_3163.cpp: In function 'int main()':
0_0_26006142_3163.cpp:62:33: error: 'ans1' was not declared in this scope
printf("%I64d %I64d\n", ans1, ans2);
^
0_0_26006142_3163.cpp:62:39: error: 'ans2' was not declared in this scope
printf("%I64d %I64d\n", ans1, ans2);
^
|