我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include <stdio.h>
#include <iostream>
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include
#include
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
請問你如果沒建表
直接 temp * i 是幾秒
我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include
#include
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
請問你如果沒建表
直接 temp * i 是幾秒
我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include
#include
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
借我程式碼,OK???
我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include
#include
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
借我程式碼,OK???
好像都是1.1s
我不知道 cpp 怎解
在 python 我建了 50 x 1000
>>>> 不行耶 !! >_< 這樣要 1.1 sec
#include
#include
using namespace std;
int main() {
int n,temp;
int table[50][1000];
for(int i=0;i<50;i++)
for(int j=0;j<1000;j++){
table[i][j]=i*j;
}
while(scanf("%d",&n)!=EOF){
for(int i=n-1;i>=1;i--){
scanf("%d",&temp);
printf("%d ",table[temp][i]);
}
scanf("%d",&temp);
if(n==1)
putchar('0');
putchar('\n');
}
return 0;
}
借我程式碼,OK???
好像都是1.1s
我沒建表:
AC (0.1s, 60KB)