易
Achanss
My life is good, and u just make it better!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
YTU_3314: Math Show(暴力找解域)
Math Show time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Polycarp takes part in a math show. He is given n tasks, each consists of k subtasks,...转载 2018-09-14 17:33:41 · 423 阅读 · 0 评论 -
ACM _ICPC2018北京网络赛 80 Days(签到题)
#1831 : 80 Days 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 80 Days is an interesting game based on Jules Verne's science fiction "Around the World in Eighty Days". In this game, you have to manage the...原创 2018-09-22 21:51:10 · 707 阅读 · 0 评论 -
The 2018 ACM-ICPC Asia Qingdao Regional Contest —— Function and Function (水题)
#include<bits/stdc++.h> using namespace std; int TAB[10] = { 1,0,0,0,1,0,1,0,2,1}; int get_val(int x) { if(!x) return 1; int ret = 0; while(x) { ret += TAB[x%10]; x/=10; } return ret; ...原创 2018-11-06 13:38:41 · 329 阅读 · 0 评论
分享