#include <stdio.h>
#define where_now printf("%d/n",__LINE__)
#line 3
int main()
{
where_now ;
where_now ;
system("pause");
return 0;
}
#include <stdio.h>
#define where_now printf("%d/n",__LINE__)
#line 3
int main()
{
where_now ;
where_now ;
system("pause");
return 0;
}
1031
2984

被折叠的 条评论
为什么被折叠?