随笔分类 - 模拟
P3955 [NOIP2017 普及组] 图书管理员
摘要:P3955 [NOIP2017 普及组] 图书管理员 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace
阅读全文
P2615 [NOIP2015 提高组] 神奇的幻方
摘要:P2615 [NOIP2015 提高组] 神奇的幻方 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 很水的模拟,按照题目组就行了 #include<bits/stdc++.h> using namespace std; int N,a[40][40],h,l;//h 行,l 列
阅读全文