Problem prime
User LXYSGP
Submission Time 2024-06-09 16:51:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:12:16: error: expected ‘)’ before ‘!’ token
12 | if (a % sqrta ! 0){
| ~ ^~
| )
prime.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | count += 1
| ^
| ;
14 | }
| ~
prime.cpp:17:8: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [10]’)
17 | cout >> "Not Prime";
| ~~~~ ^~ ~~~~~~~~~~~
| | |
| | const char [10]
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostrea