0_0_12213817_32748.cpp: In function `void prime()':
0_0_12213817_32748.cpp:10: error: `ll' undeclared (first use this function)
0_0_12213817_32748.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12213817_32748.cpp:10: error: expected `;' before "i"
0_0_12213817_32748.cpp:11: error: `i' undeclared (first use this function)
0_0_12213817_32748.cpp:13: error: `j' undeclared (first use this function)
0_0_12213817_32748.cpp: In function `int main()':
0_0_12213817_32748.cpp:23: error: `ll' undeclared (first use this function)
0_0_12213817_32748.cpp:23: error: expected `;' before "i"
0_0_12213817_32748.cpp:24: error: expected `;' before "n"
0_0_12213817_32748.cpp:25: error: `n' undeclared (first use this function)
0_0_12213817_32748.cpp:26: error: `ans' undeclared (first use this function)
0_0_12213817_32748.cpp:27: error: `i' undeclared (first use this function)
0_0_12213817_32748.cpp:28: error: `k' undeclared (first use this function)
0_0_12213817_32748.cpp:29: error: `tmp' undeclared (first use this function)
|