比赛 | Asm_Def战记之透明计算网络 | 评测结果 | C |
---|---|---|---|
题目名称 | Asm_Def的模拟赛 | 最终得分 | 0 |
用户昵称 | NVIDIA | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2015-11-01 11:27:19 | ||
#include<cstdio> #include<iostream> using namespace std; int main() { freopen("trib.in","r",sydin); freopen("trib.out","w",stdout); cout<<"0"<<"\n"<<"0"; return 0; }