Код: Выделить всё
#include
#include
int main(){
int start = 1;
int end = 1000000000;
clock_t start_time = clock();
int sum = 0;
for(int i = start; i
Подробнее здесь: [url]https://stackoverflow.com/questions/79050250/jvm-is-faster-than-c-when-sum-range-by-for-loop[/url]
Мобильная версия