比赛 | 20131130 | 评测结果 | RRRRRRRRRR |
---|---|---|---|
题目名称 | 石子游戏 | 最终得分 | 0 |
用户昵称 | lingyixiaoyao | 运行时间 | 0.002 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2015-09-19 21:21:36 | ||
#include <cstdio> #include <iostream> #include <algorithm> #include <cstring> #include <cmath> using namespace std; int main() { freopen("sboost.in","r",stdin); freopen("sboost.out","w",stdout); cout<<2<<endl<<3<<endl<<4<<endl; return 0; }