0_0_20037422_1711.cpp: In function 'int main()':
0_0_20037422_1711.cpp:15:19: error: expected primary-expression before '%' token
sprintf(A,%lld,a);
^
0_0_20037422_1711.cpp:15:20: error: 'lld' was not declared in this scope
sprintf(A,%lld,a);
^
0_0_20037422_1711.cpp:16:19: error: expected primary-expression before '%' token
sprintf(B,%lld,b);
^
|