Problem nprime2
User akqxolotl
Submission Time 2024-04-02 12:30:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime2.cpp: In function ‘int main()’:
nprime2.cpp:8:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
8 | sort(a1,a1+24);
| ^~~~
| qsort
nprime2.cpp:9:5: error: ‘binary_search’ was not declared in this scope
9 | if(binary_search(a1,a1+24),n%147)==1){
| ^~~~~~~~~~~~~
nprime2.cpp:9:35: error: expected primary-expression before ‘==’ token
9 | if(binary_search(a1,a1+24),n%147)==1){
| ^~