Skip to content
Snippets Groups Projects
Commit c4a2d8b4 authored by Robert Grancsa's avatar Robert Grancsa
Browse files

Changed inputs to the correct ones


Signed-off-by: default avatarRobert Grancsa <robert.grancsa2002@gmail.com>
parent cf1d6243
No related branches found
No related tags found
No related merge requests found
Pipeline #108774 passed
d = d * 8;
c = c * c;
c = c * a;
c = c * b;
b = b * 4;
d = d * 7;
c = c * 8;
c = c * a;
c = c * d;
b = b * 0;
b = b * 1;
b = b * c;
......
while (d == 85) {
c = c * 7;
a = a * 9
a = a * 9;
b = b >> 27;
d = d - 5;
}
......
......@@ -10,7 +10,7 @@ for (b = 0; b < 75; b = b + 1) {
d = 69;
}
for (b = 0; b <= 86; b = b + 1) {
a = a * 2
a = a * 2;
}
for (a = 0; a < 66; a = a + 1) {
b = b + 28;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment