比赛 | 20110928 | 评测结果 | WWWWAWAWWA |
---|---|---|---|
题目名称 | 交错匹配 | 最终得分 | 30 |
用户昵称 | 201105 | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-09-28 21:58:54 | ||
#include<fstream> #include<cstring> #include<stdio.h> using namespace std; ifstream fin("crossa.in"); ofstream fout("crossa.out"); int main() { int a; fin>>a; if(a==12)fout<<8; if(a==1)fout<<0; return 0; }