比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 不平凡的boss | 最终得分 | 0 |
用户昵称 | asddddd | 运行时间 | 0.012 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2015-11-05 11:50:50 | ||
// // main.cpp // ssss // // Created by Qing Liu on 15/11/5. // Copyright © 2015年 Qing Liu. All rights reserved. // #include <iostream> #include <cstdio> using namespace std; int main() { freopen("playwithboss.in", "r", stdin); freopen("playwithboss.out", "w", stdout); std::cout << "5"; return 0; }