题意:
给小明的程序找 bug 就是 heak吗?
思路:
其实真的没怎么看懂题目,自己英语和理解能力渣渣了。直接看代码->
AC CODE:
#include<stdio.h>
#include<cstring>
#include<algorithm>
#define HardBoy main()
#define ForMyLove return 0;
using namespace std;
const int MYDD = 1103;
int HardBoy {
int n;
scanf("%d", &n);
if(n <= 2) puts("-1");
else{
while(n) {
printf("%d ", n--);
}
}
printf("\n");
ForMyLove
}