![240](https://cdn2.jianshu.io/assets/default_avatar/1-04bbeead395d74921af6a4e8214b4f61.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
一次就ac了, 开心
最后得考虑都为0的情况。
这里的格式输出挺容易错的,要月和日都能补0.
··· include<iostream> using namespace std;int main(){int days[12] = { 31,28,31,30,31,30...
··· include<iostream> using namespace std;int main(){int nCases, i;cin>>nCases;for (i =...
······ include <iostream> include <string> using namespace std;int main() {string str =...
百练的编码框由于显示问题有的注释复制过去会自动换行原来是不要紧的啊··· include<iostream> include<stdio.h> include<string....
··· include<iostream> include <stdio.h> include <string.h> using namespace std; int mai...
··· #include int ans[92][8], n, b, i, j, num, hang[8]; void queen(int i) { int j, k; if...
#include #include using namespace std; int record[92][9], mark[9] ; bool range[9], line...
因为老师提到所以去试试了 #include #include<math.h> #include //为了g++编译器里的abs函数 using namespace std; ...