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). |
统计Statistic
| 总提交Total Submissions | 9 |
| 提交用户Users Submitted | 3 |
| 通过用户Users Solved | 2 |
| 通过Accepted | 3 |
| 格式错误Presentation Error | 1 |
| 答案错误Wrong Answer | 3 |
| 时间超限Time Limit Exceed | 2 |
| 内存超限Memory Limit Exceed | 0 |
| 输出超限Output Limit Exceed | 0 |
| 运行错误Runtime Error | 0 |
| 编译错误Compile Error | 0 |
| 评测失败Judge Failed | 0 |
解题排行Solution Rank
| 排名Rank | IDRunID | 账号User | 内存(kB)Memory(kB) | 时间(ms)Time(ms) | 语言Language | 代码长度Code Length | 提交时间Submit Time |
|---|