New paste Repaste Download
#include <stdio.h>
int main(void) {
        int counter=0;
        for (int i = 0; i<1000; i++) {
                for (int j = 0; j<1000; j++) {
                        for (int k = 0; k<1000; j++) {
                                for (int l = 0; l<10; l++) {
                                        counter++;
                                }
                        }
                }
        }
        return counter;
}
Filename: None. Size: 440b. View raw, , hex, or download this file.

This paste expires on 2025-04-01 14:42:46.379827. Pasted through web.