結果

提出番号 1833
提出者 butsuri_0523
言語 C++
提出日時 2018-08-04 14:08:59
問題名 (65)Small Grid and Score
結果 TLE
点数 0%

テストケース

テストケース 結果 得点 実行時間 メモリ使用量
1 WA 0% 1ms 7504KB
2 WA 0% 1ms 8112KB
3 WA 0% 2ms 8432KB
4 WA 0% 2ms 8144KB
5 WA 0% 2ms 8384KB
6 WA 0% 2ms 8176KB
7 WA 0% 1ms 8256KB
8 WA 0% 2ms 7632KB
9 WA 0% 2ms 7920KB
10 WA 0% 2ms 8688KB
11 WA 0% 1ms 8304KB
12 WA 0% 1ms 8720KB
13 WA 0% 1ms 8448KB
14 WA 0% 1ms 8720KB
15 WA 0% 1ms 8688KB
16 WA 0% 2ms 8416KB
17 WA 0% 2ms 8704KB
18 WA 0% 2ms 8128KB
19 WA 0% 2ms 8192KB
20 WA 0% 2ms 8720KB
21 WA 0% 2ms 7824KB
22 WA 0% 2ms 8416KB
23 WA 0% 2ms 8656KB
24 WA 0% 2ms 8256KB
テストケース 結果 得点 実行時間 メモリ使用量
25 RE 0% 0ms 0KB
26 RE 0% 0ms 0KB
27 RE 0% 0ms 0KB
28 RE 0% 0ms 0KB
29 RE 0% 0ms 0KB
30 WA 0% 90ms 8400KB
31 RE 0% 0ms 0KB
32 WA 0% 17ms 8416KB
33 RE 0% 0ms 0KB
34 RE 0% 0ms 0KB
35 RE 0% 0ms 0KB
36 WA 0% 124ms 8288KB
37 RE 0% 0ms 0KB
38 RE 0% 0ms 0KB
39 RE 0% 0ms 0KB
40 RE 0% 0ms 0KB
41 RE 0% 0ms 0KB
42 TLE 0% 1478ms 8320KB
43 RE 0% 0ms 0KB
44 RE 0% 0ms 0KB
45 RE 0% 0ms 0KB
46 WA 0% 23ms 8352KB
47 RE 0% 0ms 0KB
48 RE 0% 0ms 0KB
49 WA 0% 5ms 8704KB
50 RE 0% 0ms 0KB
51 WA 0% 114ms 8064KB
52 RE 0% 0ms 0KB
53 WA 0% 9ms 8704KB
54 RE 0% 0ms 0KB
55 RE 0% 0ms 0KB
56 RE 0% 0ms 0KB
57 RE 0% 0ms 0KB
58 RE 0% 0ms 0KB
59 WA 0% 130ms 8656KB
60 RE 0% 0ms 0KB
61 RE 0% 0ms 0KB
62 RE 0% 0ms 0KB
63 RE 0% 0ms 0KB
64 RE 0% 0ms 0KB
65 RE 0% 0ms 0KB
66 RE 0% 0ms 0KB
67 RE 0% 0ms 0KB
68 RE 0% 0ms 0KB
69 RE 0% 0ms 0KB
70 WA 0% 3ms 8416KB
71 RE 0% 0ms 0KB
72 RE 0% 0ms 0KB
73 WA 0% 126ms 7632KB
74 RE 0% 0ms 0KB
75 0% 604ms 8704KB
76 RE 0% 0ms 0KB
77 TLE 0% 1218ms 7520KB
78 RE 0% 0ms 0KB
79 RE 0% 0ms 0KB
80 RE 0% 0ms 0KB
81 TLE 0% 2128ms 8672KB
82 RE 0% 0ms 0KB
83 RE 0% 0ms 0KB
84 RE 0% 0ms 0KB
85 RE 0% 0ms 0KB
86 RE 0% 0ms 0KB
87 RE 0% 0ms 0KB
88 RE 0% 0ms 0KB
89 RE 0% 0ms 0KB
90 RE 0% 0ms 0KB
91 RE 0% 0ms 0KB
92 WA 0% 3ms 7968KB
93 RE 0% 0ms 0KB
94 RE 0% 0ms 0KB
95 WA 0% 139ms 8416KB
96 RE 0% 0ms 0KB
97 RE 0% 0ms 0KB
98 RE 0% 0ms 0KB
99 WA 0% 2ms 7488KB
100 WA 0% 135ms 7968KB
101 TLE 0% 1137ms 8416KB
102 RE 0% 0ms 0KB
103 RE 0% 0ms 0KB
104 RE 0% 0ms 0KB
105 RE 0% 0ms 0KB
106 WA 0% 122ms 7520KB
107 RE 0% 0ms 0KB
108 RE 0% 0ms 0KB
109 RE 0% 0ms 0KB
110 RE 0% 0ms 0KB
111 WA 0% 76ms 8432KB
112 RE 0% 0ms 0KB
113 RE 0% 0ms 0KB
114 RE 0% 0ms 0KB
115 RE 0% 0ms 0KB
116 RE 0% 0ms 0KB
117 RE 0% 0ms 0KB
118 WA 0% 16ms 8064KB
119 RE 0% 0ms 0KB
120 RE 0% 0ms 0KB
121 WA 0% 37ms 8416KB
122 RE 0% 0ms 0KB
123 RE 0% 0ms 0KB
124 RE 0% 0ms 0KB

ソースコード

//set many funcs template
//Ver.20180717
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<stdbool.h>
#include<time.h>
#define inf 1072114514
#define llinf 4154118101919364364
#define mod 1000000007
#define pi 3.1415926535897932384

int max(int a,int b){if(a>b){return a;}return b;}
int min(int a,int b){if(a<b){return a;}return b;}
int zt(int a,int b){return max(a,b)-min(a,b);}
int round(int a,int b){if((a%b)*2 >= b){return (a/b)+1;}return a/b;}
int ceil(int a,int b){if(a%b==0){return a/b;}return (a/b)+1;}
int gcd(int a,int b){int c;while(b!=0){c=a%b;a=b;b=c;}return a;}
int lcm(int a,int b){int c=gcd(a,b);a/=c;return a*b;}
int nCr(int a,int b){int i,r=1;for(i=1;i<=b;i++){r*=(a+1-i);r/=i;}return r;}
int nHr(int a,int b){return nCr(a+b-1,b);}
int fact(int a){int i,r=1;for(i=1;i<=a;i++){r*=i;}return r;}
int pow(int a,int b){int i,r=1;for(i=1;i<=b;i++){r*=a;}return r;}
int dsum(int x){int r=0;while(x){r+=(x%10);x/=10;}return r;}
int dsumb(int x,int b){int r=0;while(x){r+=(x%b);x/=b;}return r;}
int sankaku(int x){return ((1+x)*x)/2;}
long long llmax(long long a,long long b){if(a>b){return a;}return b;}
long long llmin(long long a,long long b){if(a<b){return a;}return b;}
long long llzt(long long a,long long b){return llmax(a,b)-llmin(a,b);}
long long llround(long long a,long long b){if((a%b)*2 >= b){return (a/b)+1;}return a/b;}
long long llceil(long long a,long long b){if(a%b==0){return a/b;}return (a/b)+1;}
long long llgcd(long long a,long long b){long long c;while(b!=0){c=a%b;a=b;b=c;}return a;}
long long lllcm(long long a,long long b){long long c=llgcd(a,b);a/=c;return a*b;}
long long llnCr(long long a,long long b){long long i,r=1;for(i=1;i<=b;i++){r*=(a+1-i);r/=i;}return r;}
long long llnHr(long long a,long long b){return llnCr(a+b-1,b);}
long long llfact(long long a){long long i,r=1;for(i=1;i<=a;i++){r*=i;}return r;}
long long llpow(long long a,long long b){long long i,r=1;for(i=1;i<=b;i++){r*=a;}return r;}
long long lldsum(long long x){long long r=0;while(x){r+=(x%10);x/=10;}return r;}
long long lldsumb(long long x,long long b){long long r=0;while(x){r+=(x%b);x/=b;}return r;}
long long llsankaku(long long x){return ((1+x)*x)/2;}
double dbmax(double a,double b){if(a>b){return a;}return b;}
double dbmin(double a,double b){if(a<b){return a;}return b;}
double dbzt(double a,double b){return dbmax(a,b)-dbmin(a,b);}
int sortfncsj(const void *a,const void *b){if(*(int *)a>*(int *)b){return 1;}if(*(int *)a==*(int *)b){return 0;}return -1;}
int sortfnckj(const void *a,const void *b){if(*(int *)a<*(int *)b){return 1;}if(*(int *)a==*(int *)b){return 0;}return -1;}
int llsortfncsj(const void *a,const void *b){if(*(long long *)a>*(long long *)b){return 1;}if(*(long long *)a==*(long long *)b){return 0;}return -1;}
int llsortfnckj(const void *a,const void *b){if(*(long long *)a<*(long long *)b){return 1;}if(*(long long *)a==*(long long *)b){return 0;}return -1;}
int dbsortfncsj(const void *a,const void *b){if(*(double *)a>*(double *)b){return 1;}if(*(double *)a==*(double *)b){return 0;}return -1;}
int dbsortfnckj(const void *a,const void *b){if(*(double *)a<*(double *)b){return 1;}if(*(double *)a==*(double *)b){return 0;}return -1;}
int strsortfncsj(const void *a,const void *b){return strcmp((char *)a,(char *)b);}
int strsortfnckj(const void *a,const void *b){return strcmp((char *)b,(char *)a);}

void shuffledget(int x[],int n){
    srand(time(0));
    int i,b[524288],p,c;
    for(i=0;i<n;i++){
        b[i]=i;
    }
    for(i=n;i>=1;i--){
        p=rand()%i;
        c=b[i-1];b[i-1]=b[p];b[p]=c;
    }
    for(i=0;i<n;i++){
        scanf("%d",&x[b[i]]);
    }
}

int dx4[4]={1,-1,0,0};
int dy4[4]={0,0,1,-1};
int dx8[8]={-1,-1,-1,0,0,1,1,1};
int dy8[8]={-1,0,1,-1,1,-1,0,1};

int search(int x,int a[],int n){
    int st=0,fi=n-1,te;
    while(st<=fi){
        te=(st+fi)/2;
        if(a[te]<x){st=te+1;}else{fi=te-1;}
    }
    return st;
}

typedef struct{
int val;
int node;
}sd;

int sdsortfnc(const void *a,const void *b){
if(((sd*)a)->val < ((sd*)b)->val){return -1;}
if(((sd*)a)->val > ((sd*)b)->val){return 1;}
return 0;
}

int main(void){
    long long i,j,n,m,k,a,b,c,h,w,r=0,l,t;
    double d;
    //char s[524288];
    scanf("%lld",&n);
    printf("1 %d\n",n);
    for(i=0;i<n;i++){if(i){printf(" ");}printf("1");}
    //shuffledget(a,n);
    //qsort(a,n,sizeof(int),sortfncsj);
    return 0;
}