CryptoKfW
CryptoKfW
全部文章
分类
题解(5)
归档
标签
去牛客网
登录
/
注册
CryptoKfW的博客
全部文章
(共13篇)
题解 | #判断闰年#
#include<bits/stdc++.h> using namespace std; int main() { int tmp; cin>>tmp; if((!(tmp%4)&&tmp%100)||!(tmp%400)) ...
C++
2022-06-25
0
268
题解 | #牛牛的对齐#
#include<bits/stdc++.h> using namespace std; int main() { vector<int> vec; int tmp; for(int i=0;i<4;i++) if(i<2)...
C++
2022-06-24
1
324
题解 | #牛牛的对齐#
#include<bits/stdc++.h> using namespace std; int main() { int tmp; while(cin>>tmp) { cout<<tmp; cout<...
C++
2022-06-17
0
249
首页
上一页
1
2
下一页
末页