
codeforces
我的世界有个L
南理工,软件工程
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #360 (Div. 2) A. Opponents
#include <iostream> #include <cstring> #include <string> using namespace std;const int maxn = 105; int a[maxn], sum[maxn];int main() { int n, d; string s; memset(a, 0, sizeof(a)); memse原创 2016-07-05 19:10:19 · 281 阅读 · 0 评论 -
C. Hexadecimal's Numbers
C. Hexadecimal’s Numbers time limit per test1 second memory limit per test64 megabytes inputstandard input outputstandard output One beautiful July morning a terrible thing happened in Mainframe:原创 2016-07-06 10:04:40 · 402 阅读 · 0 评论