Home > Back-end >  After why I n input directly output a bunch of random Numbers
After why I n input directly output a bunch of random Numbers

Time:12-03

# include

Int main ()
{
int t;
The scanf (" % d ", & t);
for(int i=0; i{
int n;
Char s [100];
The scanf (" % s ", s);
scanf("%d",&n);
For (int p=0; P {
int a,b,c;
The scanf (" % d: % d: % d] ", & a & b, & c);
Printf (" % d % d % d ", a, b, c);
}
}
return 0;
}
  • Related