0_0_24790201_26046.cpp: In function 'int main()':
0_0_24790201_26046.cpp:18:14: error: 'x' was not declared in this scope
if(g[i]){x=i;break;}
^
0_0_24790201_26046.cpp:19:16: error: 'x' was not declared in this scope
printf("%d",x);
^
0_0_24790201_26046.cpp:20:7: error: 'j' was not declared in this scope
if(j<n) printf(" ");
^
0_0_24790201_26046.cpp:24:6: error: 'll {aka long long int}' is not a template
if(ll<t) printf("\n");
^
0_0_24790201_26046.cpp:24:9: error: the value of 't' is not usable in a constant expression
if(ll<t) printf("\n");
^
0_0_24790201_26046.cpp:8:5: note: 'int t' is not const
int t,n,g[maxn],m;
^
0_0_24790201_26046.cpp:24:10: error: expected primary-expression before ')' token
if(ll<t) printf("\n");
^
0_0_24790201_26046.cpp: At global scope:
0_0_24790201_26046.cpp:26:2: error: expected unqualified-id before 'return'
return 0;
^
0_0_24790201_26046.cpp:27:1: error: expected declaration before '}' token
}
^
|