fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. return 0;
  6. int sum =0;
  7. for(int a=610;a<=1;a--)
  8. {
  9. sum=sum+a*(a-1);
  10. }
  11.  
  12. print(sum);
  13. }
  14.  
Success #stdin #stdout 0s 9280KB
stdin
Standard input is empty
stdout
Standard output is empty