摘要: #include<stdio.h>int main(){ fprintf(stdout,"hello"); int a; fscanf(stdin,"%d",&a); fprintf(stderr,"the err"); return 0;} 阅读全文
posted @ 2016-10-05 17:48 HDU李少帅 阅读(106) 评论(0) 推荐(0) 编辑