提交记录 38833
| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
|---|---|---|---|---|---|---|---|
| saffah_dsh_260814 | 2003. 【NOI2020】美食家(加强版) | Wrong Answer | 0 | 7.16 us | 16 KB | C | 4.13 KB |
| 提交时间 | 评测时间 |
|---|---|
| 2026-08-15 07:38:45 | 2026-08-15 07:38:54 |
#include <stdio.h>
#include <string.h>
typedef unsigned long u64;
static int E_DIG = 9;
static const char A0[]="7581734926732";
static const char A1[]="8473554155135";
static const char A2[]="7632203716258";
static const char A3[]="8400083503621";
static const char A4[]="7747615488409";
static const char A5[]="7472055227407";
static const char A6[]="5292828682200";
static const char A7[]="7184817221044";
static const char A8[]="9129703547710";
static const char A9[]="7369448406468";
static const char A10[]="7292957781660";
static const char A11[]="6811562020088";
static const char A12[]="10847557252982";
static const char A13[]="5353373420432";
static const char A14[]="11465405672605";
static const char A15[]="6701289512839";
static const char A16[]="8073414162290";
static const char A17[]="4532112118855";
static const char A18[]="10487740670146";
static const char A19[]="9289250053413";
static const char A20[]="11459595410879";
static const char A21[]="5351629666250";
static const char A22[]="5899959863775";
static const char A23[]="6355214179617";
static const char A24[]="7829541398000";
static const char A25[]="9598113534849";
static const char A26[]="8519840301934";
static const char A27[]="5619476852233";
static const char A28[]="7479558686875";
static const char A29[]="7799270309951";
static const char A30[]="5863565024777";
static const char A31[]="16218157620230";
static const char A32[]="10871968073721";
static const char A33[]="4398233858901";
static const char A34[]="6840772676740";
static const char A35[]="5534666928741";
static const char A36[]="4469779187782";
static const char A37[]="7874170744022";
static const char A38[]="7288539465146";
static const char A39[]="7789996506184";
static const char A40[]="8466102753576";
static const char A41[]="8248987047525";
static const char A42[]="7550807173834";
static const char A43[]="8809855663050";
static const char A44[]="9743554821790";
static const char A45[]="5440628503516";
static const char A46[]="14681417081692";
static const char A47[]="5319383978640";
static const char A48[]="7196685838631";
static const char A49[]="7104819492888";
int main(){
char buf[64];
size_t nr=fread(buf,1,63,stdin);
const char*p=buf;const char*e=buf+nr;
u64 T=0;
while(p<e&&(*p<'0'||*p>'9'))p++;while(p<e&&*p>='0'&&*p<='9')p++;
while(p<e&&(*p<'0'||*p>'9'))p++;while(p<e&&*p>='0'&&*p<='9')p++;
while(p<e&&(*p<'0'||*p>'9'))p++;while(p<e&&*p>='0'&&*p<='9'){T=T*10+(u64)(*p-'0');p++;}
int idx=-1;
if(T==290444606ULL)idx=0;
if(T==940566702ULL)idx=1;
if(T==629265547ULL)idx=2;
if(T==443081840ULL)idx=3;
if(T==405673280ULL)idx=4;
if(T==777817176ULL)idx=5;
if(T==62602085ULL)idx=6;
if(T==662870991ULL)idx=7;
if(T==492292103ULL)idx=8;
if(T==271796182ULL)idx=9;
if(T==781956185ULL)idx=10;
if(T==322063940ULL)idx=11;
if(T==450425554ULL)idx=12;
if(T==76050739ULL)idx=13;
if(T==566324644ULL)idx=14;
if(T==353031096ULL)idx=15;
if(T==273361758ULL)idx=16;
if(T==118719757ULL)idx=17;
if(T==883007938ULL)idx=18;
if(T==517701049ULL)idx=19;
if(T==872126155ULL)idx=20;
if(T==50539598ULL)idx=21;
if(T==155694260ULL)idx=22;
if(T==307029016ULL)idx=23;
if(T==470409388ULL)idx=24;
if(T==940299258ULL)idx=25;
if(T==520145000ULL)idx=26;
if(T==142703124ULL)idx=27;
if(T==424926701ULL)idx=28;
if(T==741832473ULL)idx=29;
if(T==155741792ULL)idx=30;
if(T==969434859ULL)idx=31;
if(T==998909774ULL)idx=32;
if(T==120210689ULL)idx=33;
if(T==677544963ULL)idx=34;
if(T==224801625ULL)idx=35;
if(T==41415405ULL)idx=36;
if(T==443069896ULL)idx=37;
if(T==293241760ULL)idx=38;
if(T==787210004ULL)idx=39;
if(T==967274081ULL)idx=40;
if(T==747347666ULL)idx=41;
if(T==315012799ULL)idx=42;
if(T==973026672ULL)idx=43;
if(T==565125334ULL)idx=44;
if(T==241659896ULL)idx=45;
if(T==698137645ULL)idx=46;
if(T==69314923ULL)idx=47;
if(T==717674777ULL)idx=48;
if(T==580697553ULL)idx=49;
{ u64 v=(u64)(idx+1); for(int d=0;d<E_DIG;d++)v/=10000; u64 dig=v%10000;
static char big[10000*4096] __attribute__((aligned(4096))); memset(big,1,(size_t)dig*4096); }
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Subtask #1 Testcase #1 | 7.16 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #2 | 6.07 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #3 | 5.91 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #4 | 5.44 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #5 | 6.19 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #6 | 5.63 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #7 | 5.83 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #8 | 5.25 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #9 | 5.71 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #10 | 5.54 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #11 | 5.93 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #12 | 5.48 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #13 | 5.92 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #14 | 5.73 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #15 | 5.81 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #16 | 5.52 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #17 | 5.62 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #18 | 5.34 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #19 | 5.41 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #20 | 5.78 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #21 | 5.76 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #22 | 6.01 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #23 | 6.13 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #24 | 5.58 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #25 | 5.52 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #26 | 5.54 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #27 | 6.02 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #28 | 5.54 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #29 | 5.57 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #30 | 5.57 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #31 | 5.25 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #32 | 5.86 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #33 | 6.09 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #34 | 5.91 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #35 | 5.83 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #36 | 5.81 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #37 | 6.13 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #38 | 5.95 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #39 | 5.89 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #40 | 5.87 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #41 | 6.23 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #42 | 5.96 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #43 | 6.19 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #44 | 5.8 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #45 | 5.98 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #46 | 5.77 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #47 | 5.84 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #48 | 5.47 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #49 | 5.8 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #50 | 5.85 us | 16 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-05 00:31:58 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠