1538 : 无线电测向运动
时间限制Time Limit
2
秒Sec
内存限制Memory Limit
1024
兆MB
提交次数Submitted
9 次Times
通过次数Solved
3 次Times
交互评测 Interactive
程序通过标准输入输出与评测进程实时问答。每次写出后须立即
flush,否则评测可能一直等待。
The program talks to the judge in real time through standard input and output. Flush after every write, or the judge may wait indefinitely.
| 读Read | 标准输入,内容由评测按协议给出。Standard input; the judge writes according to the protocol. |
|---|---|
| 写Write | 标准输出。每次输出后须 flush。C:fflush(stdout);C++:cout.flush();Java:System.out.flush();Python:print(..., flush=True)。Standard output. Flush after each write: fflush(stdout) / cout.flush() / System.out.flush() / print(..., flush=True). |