pat 1089(兩個點沒有過)

#include<stdio.h> int org[100], sorted[100],it,ms[100]; bool IsInsert(int n){ if (n == 1) return true; int i; for (i = 1; i < n; i++) if (sorted[i] < sorted[i - 1])
相關文章
相關標籤/搜索