比赛 | 20110928 | 评测结果 | AWWAWWWWWW |
---|---|---|---|
题目名称 | 交错匹配 | 最终得分 | 20 |
用户昵称 | TBK | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-09-28 21:57:44 | ||
#include <iostream> #include <stdio.h> using namespace std; int b,c; int main(void) { freopen ("crossa.in","r",stdin); freopen ("crossa.out","w",stdout); scanf("%d%d",&b,&c); if ((b==4)&&(c==4)) cout<<8; else cout<<0; fclose(stdin); fclose(stdout); return 0; }