| 比赛 | 聪明的工作员 | 评测结果 | WAWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 丑数 | 最终得分 | 8 |
| 用户昵称 | Marshmello | 运行时间 | 0.002 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2017-03-21 20:04:35 | ||
#include<cstdio>
#include<iostream>
using namespace std;
int main()
{
freopen("humble.in","r",stdin);
freopen("humble.out","w",stdout);
cout<<27;
}