|
|
1.1 ! root 1: main() { ! 2: int i, j; ! 3: ! 4: for(i=0; i<1000; i++) ! 5: func(i); ! 6: } ! 7: ! 8: func(i) { ! 9: ! 10: double pi = 3.14159265358979; ! 11: sin(i*pi/1000); ! 12: } ! 13:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.