摘要:
#include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { int a[10][10],c,d; for(int i=1;i<=5;i++){ for(int j=0;j< 阅读全文
posted @ 2023-06-04 09:58
陈若麟
阅读(12)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { int a[5][5],b[5][5],c,d; for(int i=0;i<5;i++){ for(int j 阅读全文
posted @ 2023-06-04 09:43
陈若麟
阅读(28)
评论(0)
推荐(0)

浙公网安备 33010602011771号