Advertisement
immuntasir

Untitled

Apr 29th, 2015
335
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 sum = (100000 * 100001)/2;
  5.     printf("%d\n",sum);
  6.     return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement