提交记录 12934
| 提交时间 |
评测时间 |
| 2020-07-05 20:58:19 |
2020-08-01 03:01:43 |
#include<bits/stdc++.h>
using namespace std;
#include<sys/mman.h>
char *_=(char*)mmap(NULL,999999,PROT_READ,MAP_PRIVATE,fileno(stdin),0);
void in(int&x){for(x=0;*_<48||*_>57;++_);for(;*_>47&&*_<58;++_)x=x*10+*_-48;}
int main(){
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 30.5 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 37.71 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #3 | 37.11 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #4 | 33.16 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #5 | 32.61 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #6 | 30.8 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #7 | 31.81 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #8 | 31.6 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #9 | 31.03 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #10 | 32.1 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-25 06:13:44 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠