0_0_14258016_1278.cpp: In function 'int main()':
0_0_14258016_1278.cpp:36:51: error: 's' was not declared in this scope
if((K-a*(c+1)-c)%(a+c+1))continue;s
^
0_0_14258016_1278.cpp:38:22: error: 'b' was not declared in this scope
if(a+b+c+a*b+a*c+b*c!=K)for(;;);
^
0_0_14258016_1278.cpp:39:22: error: 'b' was not declared in this scope
if(a+b+c>100000)continue;
^
0_0_14258016_1278.cpp:40:30: error: 'b' was not declared in this scope
ptf("%d\n",a+b+c);
^
|