比赛 | 不平凡的世界 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 不平凡的boss | 最终得分 | 0 |
用户昵称 | Ten.X | 运行时间 | 0.018 s |
代码语言 | Pascal | 内存使用 | 0.15 MiB |
提交时间 | 2015-11-05 11:42:56 | ||
var n:longint; begin assign(input,'playwithboss.in'); assign(output,'playwithboss.out'); reset(input); rewrite(output); read(n); write(2*n-1); close(input); close(output); end.