摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int y; int result;}S; int main() { vector<S> s; i 阅读全文
posted @ 2021-02-02 18:54 -Asurada- 阅读(298) 评论(0) 推荐(0)
摘要: #include <iostream> //#include <bits/stdc++.h> #include <string> using namespace std; int main() { int number; cin>>number; int sum=0; int a,b; while( 阅读全文
posted @ 2021-02-02 10:43 -Asurada- 阅读(181) 评论(0) 推荐(0)