自定义博客皮肤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)
  • 收藏
  • 关注

原创 adong的acm作业6

输入三个字符后,按各字符的ASCII码从小到大的顺序输出这三个字符。 Input 输入数据有多组,每组占一行,有三个字符组成,之间无空格。 Output 对于每组输入数据,输出一行,字符中间用一个空格分开。代码如下:#include <stdio.h>int main(){ char a,b,c,t; while(scanf(...

2018-12-07 19:00:47 141

原创 adong的acm作业8

This problem is also a A + B problem,but it has a little difference,you should determine does (a+b) could be divided with 86.For example ,if (A+B)=98,you should output no for result. Input Eac...

2018-12-07 15:06:31 146

原创 adong的acm作业4

CalculateA + B. Input Each line will contain two integers A andB. Process to end of file. Output For each case, output A + B in one line.代码如下:#include<iostream>using nam...

2018-12-07 14:50:39 167

原创 adong的acm作业7

ime limit1000 ms Memory limit 32768 kB OS Windows根据输入的半径值,计算...

2018-12-06 21:11:33 146

原创 adong的acm作业2

Time limit1000 ms Memory limit 262144 kB Source Codeforces Rou...

2018-12-06 19:51:28 198

原创 adong的acm作业1

ACM第一次训练题1Time limit2000 ms Memory limit 262144 kB Source ...

2018-12-06 19:36:19 193

空空如也

空空如也

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

TA关注的人

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