source:
CIVL/examples/experimental/problem1.c@
beab7f2
| Last change on this file since beab7f2 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 99 bytes | |
| Rev | Line | |
|---|---|---|
| [da09421] | 1 | #include <civlc.cvh> |
| 2 | ||
| [ecd2468] | 3 | $input int A,B; |
| [da09421] | 4 | |
| [ecd2468] | 5 | int main(){ |
| 6 | $assert($forall {i = 2 .. B } (A%i != 0)); | |
| [da09421] | 7 | } |
| [ecd2468] | 8 |
Note:
See TracBrowser
for help on using the repository browser.
