比赛 | 20120711 | 评测结果 | AAWAWWAWWWAWWWWWW |
---|---|---|---|
题目名称 | Redundant Paths | 最终得分 | 29 |
用户昵称 | Makazeu | 运行时间 | 0.006 s |
代码语言 | C++ | 内存使用 | 0.29 MiB |
提交时间 | 2012-07-11 11:56:05 | ||
#include <cstdlib> #include <cstdio> using namespace std; int main() { freopen("rpathsa.in","r",stdin); freopen("rpathsa.out","w",stdout); printf("2\n"); return 0; }