提交记录 12935
| 提交时间 |
评测时间 |
| 2020-07-05 21:01:02 |
2020-08-01 03:01:45 |
#include<bits/stdc++.h>
using namespace std;
#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);cout<<n;
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 29.3 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #2 | 31.5 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #3 | 32.44 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #4 | 30.14 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #5 | 30.98 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #6 | 29.56 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #7 | 29.55 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #8 | 30.36 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #9 | 30.06 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #10 | 30.28 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-25 05:09:29 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠