Language
C
Compiler
clang 3.1
Options
Warnings
Optimization
C11(GNU)
no pedantic
$ clang prog.c -Wall -Wextra -O2 -march=native -std=gnu11
0 : 0 : 27
1 : 1000000000 : 82
2 : 2000000000 : 41
3 : -1294967296 : 124
4 : -294967296 : 62
5 : 705032704 : 31
6 : 1705032704 : 94
7 : -1589934592 : 47
8 : -589934592 : 142
9 : 410065408 : 71
Exit Code:
0