提交记录 38834
| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
|---|---|---|---|---|---|---|---|
| saffah_dsh_260814 | 2003. 【NOI2020】美食家(加强版) | Wrong Answer | 0 | 21.86 us | 216 KB | C | 4.13 KB |
| 提交时间 | 评测时间 |
|---|---|
| 2026-08-15 07:38:56 | 2026-08-15 07:39:06 |
#include <stdio.h>
#include <string.h>
typedef unsigned long u64;
static int E_DIG = 0;
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.45 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #2 | 6.8 us | 24 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #3 | 6.91 us | 28 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #4 | 6.97 us | 32 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #5 | 7.33 us | 36 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #6 | 7.62 us | 40 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #7 | 8.35 us | 44 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #8 | 8.43 us | 48 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #9 | 9.22 us | 52 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #10 | 8.75 us | 56 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #11 | 9.83 us | 60 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #12 | 9.19 us | 64 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #13 | 9.91 us | 68 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #14 | 10.25 us | 72 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #15 | 10.85 us | 76 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #16 | 11.3 us | 80 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #17 | 11.46 us | 84 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #18 | 11.31 us | 88 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #19 | 12.07 us | 92 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #20 | 12.17 us | 96 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #21 | 12.55 us | 100 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #22 | 12.51 us | 104 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #23 | 13.17 us | 108 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #24 | 13.32 us | 112 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #25 | 13.85 us | 116 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #26 | 13.78 us | 120 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #27 | 14.27 us | 124 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #28 | 15.2 us | 128 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #29 | 15.35 us | 132 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #30 | 15.75 us | 136 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #31 | 15.7 us | 140 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #32 | 16.25 us | 144 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #33 | 16.38 us | 148 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #34 | 17.46 us | 152 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #35 | 17.06 us | 156 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #36 | 17.55 us | 160 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #37 | 17.83 us | 164 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #38 | 17.88 us | 168 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #39 | 18.32 us | 172 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #40 | 18.95 us | 176 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #41 | 19.16 us | 180 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #42 | 19.46 us | 184 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #43 | 19.75 us | 188 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #44 | 19.93 us | 192 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #45 | 20.6 us | 196 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #46 | 20.5 us | 200 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #47 | 20.63 us | 204 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #48 | 21.39 us | 208 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #49 | 21.27 us | 212 KB | Wrong Answer | Score: 0 | 显示更多 |
| Subtask #1 Testcase #50 | 21.86 us | 216 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-05 00:28:40 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠