比赛 | 清明时节雨纷纷,今天天气很晴朗 | 评测结果 | AWWWWWWWWW |
---|---|---|---|
题目名称 | 金明的预算方案 | 最终得分 | 10 |
用户昵称 | Hyoi_ctime | 运行时间 | 0.003 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2017-04-07 20:27:17 | ||
#include<iostream> #include<cstdio> const int maxn=30001; using namespace std; int main() { freopen("budget.in","r",stdin); freopen("budget.out","w",stdout); int N,m; scanf("%d%d",&N,&m); if(N==1500||m==7); printf("6200"); return 0; }