10 lines
58 B
C
10 lines
58 B
C
#define N 1000
|
|
int t[N]={1};
|
|
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|