自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 狂欢赛4补题

B - Drinks#include "stdafx.h"#include<iostream>#include<iomanip>int main(){ using namespace std; int n, input, num[100]; double sum = 0; cin >> n; for (int i = 0; i < n; i++) {  c...

2018-02-15 13:07:34 145

原创 狂欢赛3补题

A - Let's Watch Football#include "stdafx.h"#include<iostream>int main(){ using namespace std; int a, b, c, sum, left, n; cin >> a >> b >> c; sum = a * c; left = sum - b * c; n ...

2018-02-15 10:41:11 102

原创 狂欢赛2补题

C - Cloning Toys#include "stdafx.h"#include<iostream>int main(){ using namespace std; long long x, y; cin >> x >> y; x = x - y + 1; if (x % 2 == 0)  cout << "Yes"; else  cout &

2018-02-14 22:18:52 99

原创 狂欢赛1补题

B - Comparing Strings#include "stdafx.h"#include<iostream>#include<string>#include<stack>int main(){ using namespace std; stack <char> contrary; string input1, input2; int test...

2018-02-14 20:49:14 126

原创 摸底测试补题及题解

补题A - Higher Math#include "stdafx.h"#includeint main(){ using namespace std; int n, a, b, c; cin >> n; for (int i = 0; i  {  cin >> a >> b >> c;  if (a + b > c && a + c > b

2018-02-02 09:23:00 180

原创 CQUPT假期集训(栈,队列,STL)

补题A - ACboy needs your help again!#include "stdafx.h"#include #include #include #include int main(){ using namespace std; int n, num, num2; string input, fifo, filo;

2018-01-29 13:12:27 155

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除