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