Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Bismillah*/
- #include<stdio.h>
- int main()
- {
- long long c,i,e,j;
- while(scanf("%lld",&c)==1)
- {
- for(i=1;i<=c;i++)
- {
- scanf("%lld",&e);
- for(j=0;j<=e;j++)
- {
- printf("%lld ",j);
- }
- printf("\n");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement