hoshi-lang
dev
Yet another programming language
Loading...
Searching...
No Matches
loop.cpp
Go to the documentation of this file.
1
#include <iostream>
2
3
int
main
() {
4
double
x = 1.0;
5
for
(
int
i = 0 ; i < 99999999 ; i += 1) {
6
x = (i + i + 2 * i + 1 - 0.379) / x;
7
}
8
return
0;
9
}
main
int main()
Definition
loop.cpp:3
benchmark
basic-type-loop
loop.cpp
Generated by
1.9.8