摘要:
http://poj.org/problem?id=3916 简单的删除连续重复项 //3916 #include<stdio.h> int main(){ int N,a[25]; int i,j,k,temp; while(true){ scanf("%d",&N); if(N==0){ bre 阅读全文
posted @ 2019-10-17 20:36
智人心
阅读(92)
评论(0)
推荐(0)
摘要:
http://poj.org/problem?id=3913 简单的排序 //3913 #include<stdio.h> bool Order(int a,int b,int c){ if((a<=b&&b<=c)||(a>=b&&b>=c)){ return true; } return fal 阅读全文
posted @ 2019-10-17 20:13
智人心
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号