#include<stdio.h>
int main()
{
fprintf(stdout,"hello");
int a;
fscanf(stdin,"%d",&a);
fprintf(stderr,"the err");
return 0;
}

posted on 2016-10-05 17:48  HDU李少帅  阅读(106)  评论(0编辑  收藏  举报