0_0_14883349_21115.cpp: In function 'int main()':
0_0_14883349_21115.cpp:20:23: error: 'sacnf' was not declared in this scope
sacnf("%d", &num[i]);
^
0_0_14883349_21115.cpp:21:8: error: invalid operands of types 'int [1005]' and 'int' to binary 'operator%'
num %= p;
^
0_0_14883349_21115.cpp:21:8: error: in evaluation of 'operator%=(int [1005], int)'
|