0_0_20847914_23667.cpp: In function 'int main()':
0_0_20847914_23667.cpp:22:39: error: 'scanf_s' was not declared in this scope
scanf_s("%d %ld %ld", &v[i], &x, &d);
^
0_0_20847914_23667.cpp:25:20: error: 'scanf_s' was not declared in this scope
scanf_s("%ld", &q);
^
|