324410_0_23380.cpp:1: error: `isPrime' declared as an `inline' variable
324410_0_23380.cpp:1: error: `x' was not declared in this scope
324410_0_23380.cpp:2: error: expected `,' or `;' before '{' token
324410_0_23380.cpp: In function `int main()':
324410_0_23380.cpp:12: error: `scanf' undeclared (first use this function)
324410_0_23380.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
324410_0_23380.cpp:16: error: `isPrime' cannot be used as a function
324410_0_23380.cpp:16: error: `isPrime' cannot be used as a function
324410_0_23380.cpp:18: error: `printf' undeclared (first use this function)
|