提交记录 12933
| 提交时间 |
评测时间 |
| 2020-07-05 20:57:41 |
2020-08-01 03:01:42 |
#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(){
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.04 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #2 | 36.21 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #3 | 36.42 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #4 | 30.94 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #5 | 31.46 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #6 | 29.7 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #7 | 29.82 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #8 | 29.61 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #9 | 28.85 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
| Testcase #10 | 30.18 us | 32 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-25 06:17:24 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠