比赛 | 防止浮躁的小练习v0.6 | 评测结果 | A |
---|---|---|---|
题目名称 | 蛤玮的魔法 | 最终得分 | 100 |
用户昵称 | NVIDIA | 运行时间 | 0.006 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2016-10-20 17:12:01 | ||
#include<cstdio> #include<cmath> #include<iostream> using namespace std; typedef long double ld; int main() { freopen("HWmahoushaojiu.in","r",stdin); freopen("HWmahoushaojiu.out","w",stdout); int T;scanf("%d",&T); cout<<'1'; return 0; }