摘要:
#include #include int main(){ int time; int n; int start,end; int sum; int a[100001]; int startsum,endsum; //参数 int i,j,x; scanf("%d",&time); for(i=1... 阅读全文
摘要:
/*#include#include#includeint main(){ int n; int i,j,q;//计数 int al=0; int bl=0; int cl,dl; char turn; char a[1001]; char b[1001]; char c[1002]; int su... 阅读全文
摘要:
getchar、getch区别与用法已有getchar,getch,区别,用法getchar()和getch()的问题一直困扰着大家,关于他们的区别也是众说纷纭,可没有一种说法是详细、深入的,今天我就在前人已有的成果上,试着与大家继续探讨下这个问题:先看看规范点的说法:getcharThisisas... 阅读全文
摘要:
windows中的命令行程序是按Ctrl+Z,然后回车输入EOFUnix/Linux中是按Ctrl+D 阅读全文