0_0_17813109_25210.cpp: In function 'int main()':
0_0_17813109_25210.cpp:31:9: error: 'll' was not declared in this scope
ll tmp=0,ten=1;
^
0_0_17813109_25210.cpp:33:13: error: 'tmp' was not declared in this scope
tmp+=(s[i]-'0');
^
0_0_17813109_25210.cpp:36:9: error: 'tmp' was not declared in this scope
tmp/=10;
^
|