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