source:
CIVL/examples/powwow/loopAssert.c@
d72bcd6
| Last change on this file since d72bcd6 was c65378d, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 98 bytes | |
| Rev | Line | |
|---|---|---|
| [c65378d] | 1 | #include<assert.h> |
| 2 | ||
| 3 | $input int n=500000; | |
| 4 | ||
| 5 | int main(){ | |
| 6 | for (int i=0; i<n; i++) | |
| 7 | assert(i<n); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
