比赛 | 20120925 | 评测结果 | AWWWWWWWWW |
---|---|---|---|
题目名称 | 软件开发 | 最终得分 | 10 |
用户昵称 | 苏轼 | 运行时间 | 0.003 s |
代码语言 | C++ | 内存使用 | 3.13 MiB |
提交时间 | 2012-09-25 21:59:01 | ||
#include<iostream> #include<cstdlib> #include<cstdio> using namespace std; int main() { freopen ("time.in","r",stdin); freopen ("time.out","w",stdout); int n,m; cin>>n>>m; if (m==20) m=18; cout<<m; return 0; }