Problem nprime
User cobnet
Submission Time 2024-02-07 16:20:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:8:20: error: invalid cast from type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to type ‘int’
8 | int john = int(jar);
| ^