| 比赛 | “Asm.Def战记之夏威夷”杯 | 评测结果 | RRRRRRRRRR |
|---|---|---|---|
| 题目名称 | Asm.Def的验证码 | 最终得分 | 0 |
| 用户昵称 | dududu | 运行时间 | 0.002 s |
| 代码语言 | C++ | 内存使用 | 0.31 MiB |
| 提交时间 | 2015-11-06 11:44:04 | ||
#include<iostream>
#include<cstring>
#include<cstdio>
#include<vector>
#include<stack>
using namespace std;
int main()
{
freopen("asm_virus.in","r",stdin);
freopen("asm_virus.out","w",stdout);
cout<<4<<endl;
return 0;
}