摘要:
#include<stdio.h>using namespace std;int main(){ int a; scanf("%d",&a); int b[1000]; for(int i=1;i<=a;i++){ b[i]=0; } for(int i=1;i<=a;i++){ for(int j 阅读全文
posted @ 2023-11-11 09:54
园友3087003
阅读(37)
评论(0)
推荐(0)
2023年11月11日