Commit f6815812 authored by Yang's avatar Yang

fix a bug

parent 7d5eb270
......@@ -6,6 +6,7 @@ int main(void) {
int b;
t = 0;
b = 1;
a = 0;
while (t < 0) {
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