比赛 | NOIP2008集训模拟1 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 埃雷萨拉斯的宝藏 | 最终得分 | 0 |
用户昵称 | zpl123 | 运行时间 | 0.000 s |
代码语言 | Pascal | 内存使用 | 0.00 MiB |
提交时间 | 2008-11-10 11:21:26 | ||
program eldrethalas; var n,p,h:longint; begin assign(input,'eldrethalas.in'); reset(input); assign(output,'eldrethalas.out'); rewrite(output); readln(n,p,h); if (n=6)and(p=7)and(h=10) then writeln('7'); close(input); close(output); halt; end.