记录编号 | 64642 | 评测结果 | AAAAA | ||
---|---|---|---|---|---|
题目名称 | BPlusA | 最终得分 | 100 | ||
用户昵称 | 郭垚池 | 是否通过 | 通过 | ||
代码语言 | Pascal | 运行时间 | 0.000 s | ||
提交时间 | 2013-07-24 10:45:40 | 内存使用 | 0.17 MiB | ||
program ddsa; var n,a,b:longint; begin assign(input,'bplusa.in'); reset(input); assign(output,'bplusa.out'); rewrite(output); read(n); a:=1; b:=n-a; writeln(1,' ',n-1); close(input); close(output); end.