提交记录 12938
| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
|---|---|---|---|---|---|---|---|
| panyf | noip18a. 【NOIP2018】铺设道路 | Compile Error | 0 | 0 ns | 0 KB | C | 267 B |
| 提交时间 | 评测时间 |
|---|---|
| 2020-07-05 21:03:59 | 2020-08-01 03:01:14 |
#include<stdio.h>
#include<sys/mman.h>
char *_=(char*)mmap(NULL,999999999,PROT_READ,MAP_PRIVATE,fileno(stdin),0);
void in(int&x){
for(x=0;*_>'9'||*_<'0';++_);
for(;*_<='9'&&*_>='0';x=x*10+(*_++^48));
}
int main(){
int n,a,b,s=0;
in(n);printf("%d",n);
return 0;
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-25 05:07:23 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠