How to achieve loop solving? #6843
Unanswered
yongxin3344520
asked this question in
Q&A
Replies: 1 comment 1 reply
-
the loop exit condition is y = 0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to achieve loop solving like this?
Ex:
// int x;
// int y;
for (int i=0; i<x; ++i){
y++ ;
}
assert(y == 100 )
Beta Was this translation helpful? Give feedback.
All reactions