
水题
flaaaaaaame
Hope is floating on the breeze.
展开
-
UVa10970 Big Chocolate
题目描述 哈哈哈超级大水题~~ 代码#include<cstdio> using namespace std; int main(){ int a,b; while(scanf("%d%d",&a,&b)==2) printf("%d\n",a*b-1); return 0; }原创 2017-08-13 17:04:35 · 418 阅读 · 0 评论 -
Luogu P1563 [NOIp提高组2016]玩具谜题
题目描述 传送门水题而已,没什么好说的。 就是看看能不能最快速度AC(我的代码能力好差的QWQ…)代码#include<cstdio> #include<iostream> #include<cstring> #include<algorithm> #include<string> using namespace std; string name[100010]; int face[100010]原创 2017-09-08 18:15:38 · 375 阅读 · 1 评论