提交记录 12937
| 提交时间 |
评测时间 |
| 2020-07-05 21:03:08 |
2020-08-01 03:01:48 |
#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.95 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #2 | 30.38 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #3 | 30.09 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #4 | 30.41 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #5 | 29.54 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #6 | 30.3 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #7 | 29.87 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #8 | 29.42 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #9 | 29.95 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #10 | 29.69 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-25 05:10:04 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠