记录编号 | 276208 | 评测结果 | WAWAWWWWAWWWWWW | ||
---|---|---|---|---|---|
题目名称 | 逻辑岛 | 最终得分 | 20 | ||
用户昵称 | ha sa ki | 是否通过 | 未通过 | ||
代码语言 | C++ | 运行时间 | 0.031 s | ||
提交时间 | 2016-07-03 17:15:06 | 内存使用 | 0.31 MiB | ||
#include<iostream> #include<cstdio> using namespace std; int main() { freopen("logicisland.in","r",stdin); freopen("logicisland.out","w",stdout); cout<<"This is impossible."; return 0; }