forwhat00 |
|
||
2020年8月6日
摘要:
#include<iostream> #include<vector> using namespace std; #define MAX 10005 #define REP(i,b,e) for(int i=b;i<e;i++) vector<int>b[MAX]; int a[MAX], p[MA 阅读全文
摘要:
#include<iostream> using namespace std; int main() { int i,t,x,j; cin >> t; while (t--){ cin >> x; j = (x%4 != 0); for(int i=1;i<=x;i++){ cout<<(( j ? 阅读全文
摘要:
#include<iostream> #include<cstdio> #include<algorithm> using namespace std; int main(){ int t; scanf("%d",&t); for(int i=0;i<t;i++) { int x; scanf("% 阅读全文
|
Copyright © 2025 forwhat00
Powered by .NET 9.0 on Kubernetes |