#include #include void shift(int *array, int num, int size); int main() { int i, n, p, array[100]; scanf(" %d%d", &n, &p); //测试用例保证0