fork(6) download
  1. // From RelayCoding http://r...content-available-to-author-only...5.net/
  2.  
  3. /*
  4.  
  5. お題:
  6. 1~nまでの数値の合計を表示せよ
  7.  
  8. */
  9.  
  10.  
  11. #include <stdio.h>
  12. int main();
  13. int main() {
  14. int n;
  15. scanf("%d",n);
  16. /* 無効 */ // function(x);
  17. printf("");
  18. int i;
  19. for(int j=0;j<n;j++){
  20. scanf("%d",&n); //┌(┌ ^o^)┐ホモォ…
  21. break;
  22. }
  23. n=0;
  24. scanf("%d",&n);//nが0未満だと┌(┌^o^)┐が働かないため
  25. for(int s=0;s<n;s++){
  26. if(s==0)i=0;
  27. i+=s;
  28. }
  29. printf( "%d" , i );
  30. putchar('\n');
  31. }//怖い怖い怖い怖い
  32.  
Success #stdin #stdout 0.01s 2728KB
stdin
Standard input is empty
stdout
-1217949708