1512 : 测试玻璃
时间限制Time Limit
5
秒Sec
内存限制Memory Limit
256
兆MB
提交次数Submitted
154 次Times
通过次数Solved
25 次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 | 154 |
| 提交用户Users Submitted | 15 |
| 通过用户Users Solved | 10 |
| 通过Accepted | 25 |
| 格式错误Presentation Error | 0 |
| 答案错误Wrong Answer | 112 |
| 时间超限Time Limit Exceed | 6 |
| 内存超限Memory Limit Exceed | 0 |
| 输出超限Output Limit Exceed | 0 |
| 运行错误Runtime Error | 4 |
| 编译错误Compile Error | 7 |
| 评测失败Judge Failed | 0 |
解题排行Solution Rank
| 排名Rank | IDRunID | 账号User | 内存(kB)Memory(kB) | 时间(ms)Time(ms) | 语言Language | 代码长度Code Length | 提交时间Submit Time |
|---|