#include <stdio.h> int main(void) { // your code goes here int i,sum=0; for(i=10;i<100;i++){ if(i%10>=5){ sum+=i; } } return 0; }
Standard input is empty
15, 31, 48, 66, 85, 110, 136, 163, 191, 220, 255, 291, 328, 366, 405, 450, 496, 543, 591, 640, 695, 751, 808, 866, 925, 990, 1056, 1123, 1191, 1260, 1335, 1411, 1488, 1566, 1645, 1730, 1816, 1903, 1991, 2080, 2175, 2271, 2368, 2466, 2565,