提交记录 3344
| 提交时间 |
评测时间 |
| 2018-07-13 23:14:37 |
2020-07-31 21:15:35 |
#include <stdio.h>
inline unsigned g() {
return getchar()-48;
}unsigned x[85800]={0};
int main() {
unsigned a[10000], b[10000];
int i,j;unsigned k;unsigned cy=0;
for(i=0;i<10000;i++)a[i]=g();getchar();
for(i=0;i<10000;i++){
k=g();
for(j=0;j<10000;j++)x[i+j+1]+=a[i]*k;
}
for(i=20000;i--;){cy+=x[i];x[i]=cy%10,cy/=10;}
if(x[0])printf("%d",x[0]);for(i=1;i<20000;i++){
printf("%d",x[i]);
}
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 38.039 ms | 152 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-18 19:33:40 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠