题解列表

筛选

逆序数 (C语言代码)

摘要:#include "stdafx.h"#define max 100int main(){ int n,a[max],i,j,count=0; scanf("%d", &n); for (i = 0;……