比赛 | 20120711 | 评测结果 | EEEEEEEEEEEEEEE |
---|---|---|---|
题目名称 | 路由器 | 最终得分 | 0 |
用户昵称 | zhangchi | 运行时间 | 0.007 s |
代码语言 | Pascal | 内存使用 | 0.16 MiB |
提交时间 | 2012-07-11 11:31:09 | ||
var n,k:longint; begin assign(input,'routea.in'); reset(input); assign(output,'routea.out'); rewrite(output); writeln(n div (2*k)); close(input); close(output); end.