Advertisement
Guest User

PP

a guest
Apr 6th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     int T = 1000000;
  5.     for(int i =1; i <=T; i++)printf("%d\n", i);
  6.     return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement