Commit 50879757 authored by Yang's avatar Yang

fix a bug

parent f6815812
...@@ -6,7 +6,6 @@ int main(void) { ...@@ -6,7 +6,6 @@ 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