运行 ID: 39239

Main.cc: In function ‘int main()’:
Main.cc:25:5: error: ‘intn’ was not declared in this scope
     intn;
     ^~~~
Main.cc:25:5: note: suggested alternative: ‘int’
     intn;
     ^~~~
     int
Main.cc:26:11: error: ‘n’ was not declared in this scope
     cin >>n
           ^
Main.cc:26:11: note: suggested alternative: ‘yn’
     cin >>n
           ^
           yn
Main.cc:28:11: error: ‘primeCount’ was not declared in this scope
     cout<