Problem nprime
User votesac
Submission Time 2024-01-29 16:34:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp:3:1: error: ‘Bool’ does not name a type; did you mean ‘bool’?
3 | Bool strawberry<int x>{
| ^~~~
| bool
nprime.cpp: In function ‘int main()’:
nprime.cpp:18:12: error: ‘strawberry’ was not declared in this scope
18 | if(strawberry(i)==1){
| ^~~~~~~~~~