Balloon Comes! Time Limit: 2000/1000 MS (Java/Others) Memory Li
原创 2023-05-05 18:42:20
159阅读
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 23182 Accepted Submission(s): 8774 Problem Descr
转载 2017-05-30 08:57:00
85阅读
2评论
P
原创 2022-09-28 10:59:40
83阅读
http://blog.ionic.io/crosswalk-comes-to-ionic/Updated as of 4/13/2015Ionic and CrosswalkWith our latest CL...
转载 2022-05-02 22:44:14
193阅读
#include<stdio.h>#include<math.h>#define zero 1e-10int main(){ int _case; char ys; int a,b,c; double d; while(scanf("%d",&_case)) { while(_case--) { getchar(); scanf("%c %d %d",&ys,&a,&b); if(ys=='+')printf("%d\n",a+b); ...
转载 2013-04-25 16:00:00
155阅读
What comes after microservice?(Jin Qing’s Column, Oct. 25, 2021)Reading “The Evolutio
原创 2023-06-16 01:10:58
73阅读
I've worked for a campuse for years, and now I'm exhaust. I failed to get a master degree and it seemed there is no place for my career here. I can't wait this campuse to fire me when I was in my&nbsp
原创 2007-11-08 21:39:37
690阅读
New year comes again New year is coming again.Ithink thatIshouldtype some words on my blogas usual to mark these special days. soit canmake me remmberthese days after...
原创 2021-12-14 11:38:25
80阅读
New year comes again New year is coming again.Ithink thatIshouldtype some words on my blogas usual to mark these special days. soit canmake me remmberthese days after...
原创 2022-04-20 22:44:58
278阅读
Description Input The input contains a single integer a (1 ≤ a ≤ 30). Description Input The input contains a single integer a (1 ≤ a ≤ 30). Output Out
转载 2017-04-02 20:45:00
44阅读
2评论
#include #include using namespace std;int main(){ int n; scanf("%d",&n); for(int i=1; i<=n; i++) { char c,demo; int a,b; scanf("%c%c%c%d%c%d",&demo,&c,&demo,&a,&demo,&b); if (c=='+') printf("%d\n",a+b); if (c=='-') printf(&
转载 2013-12-22 12:58:00
149阅读
New year is coming again.I think that I should type some words on my b
原创 2021-09-07 15:30:24
80阅读
Balloon Comes!Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 21970    Accepted Submission(s): 8278Problem DescriptionThe contest st
原创 2023-04-24 02:53:23
32阅读
Description You are developing a new feature for the website which sells airline tickets: being able to sort tickets by price! You have already extrac
转载 2017-04-02 21:06:00
63阅读
2评论
Description Programmers' kids solve this riddle in 5-10 minutes. How fast can you do it? Programmers' kids solve this riddle in 5-10 minutes. How fast
转载 2017-04-02 20:50:00
66阅读
2评论
B. DMCA 思路: 给的样例不由得让人想到开根号上去,这题意思是每次把每一位加起来得到一个和,得到和之后再把这个和的每一位加起来,直到这个和只有个位数。 这东西叫数根。有关于他的性质和公式: 公式:(n - 1) % 9 + 1 性质:一个数加上9之后他的数根不变 不用公式做法: #includ ...
转载 2021-10-28 16:25:00
113阅读
2评论
Balloon Comes!Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 32182    Accepted Submission(s): 12105Problem DescriptionThe contest s
原创 2023-02-20 10:21:05
53阅读
A Numbers JokeJoke数列,OEIS#include<bits/stdc++.h>using namespace std;#define ForD
原创 2017-04-01 15:50:38
79阅读
OpenCV sample目录下自带两个与相机标定的cpp文件即:calibration.cpp和calibration_artificial.cpp calibration.cpp 是通过用户输入可选参数进行摄像机标定的程序。 calibration_artificial.cpp 是程序模拟模拟摄像机标定的过程,即程序创建棋盘然后自主标定。通常我们有两种方式去标定,一个是实时的从摄像机获取拍摄到
转载 2024-06-12 14:22:10
472阅读
趁着上课无聊,来补一补…… A. Numbers Joke 直接oeis就好了:http://oeis.org/search?q=numbers+joke&language=english&go=Search include using namespace std; long long p[]={
原创 2021-07-15 17:19:19
118阅读
  • 1
  • 2
  • 3
  • 4
  • 5