比赛 | “Asm.Def战记之太平洋”杯 | 评测结果 | AWWWWWWWWW |
---|---|---|---|
题目名称 | Asm.Def的一秒 | 最终得分 | 10 |
用户昵称 | 微凉徒眸意 | 运行时间 | 0.029 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2015-11-02 11:19:43 | ||
#include<iostream> #include<cstring> #include<stdio.h> #include<cmath> #include<string> using namespace std; int main(){ freopen("asm_second.in","r",stdin); freopen("asm_second.out","w",stdout); cout<<"4"<<endl; return 0; }