运行 ID: 41205

Main.cc: In function ‘int main()’:
Main.cc:17:12: error: ‘prime’ was not declared in this scope
         if(prime(i)==true) s+=i;
            ^~~~~
Main.cc:17:12: note: suggested alternative: ‘stime’
         if(prime(i)==true) s+=i;
            ^~~~~
            stime