Commit 50e8404f authored by Yang's avatar Yang

fix a bug

parent 50879757
...@@ -6,6 +6,7 @@ int main(void) { ...@@ -6,6 +6,7 @@ int main(void) {
int b; int b;
t = 0; t = 0;
b = 1; b = 1;
a = 0;
while (t < 0) { while (t < 0) {
a = b / b + b * b + a; a = b / b + b * b + a;
a = b / b + b * b + a; a = b / b + b * b + a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment