比赛 叫图论的DP题 评测结果 AAAAAAAAAAA
题目名称 待售干草 最终得分 100
用户昵称 kZime 运行时间 0.003 s
代码语言 C++ 内存使用 0.29 MiB
提交时间 2017-08-30 20:38:57
显示代码纯文本
# include <stdio.h>
int main() { 
    freopen("hay4sale.in", "r", stdin);
    freopen("hay4sale.out", "w", stdout);
    int C;
    scanf("%d", &C);
    printf("%d\n", C);
}