1 2 3 4 5 6 7 8 | #include<stdio.h> int main() { int j = 0; double i; for( i = 0.1 ; i <= 1.0 ; i += 0.1) printf("%d\n", ++j); } |
I2luY2x1ZGU8c3RkaW8uaD4KaW50IG1haW4oKQogICAgewogICAgaW50IGogPSAwOyBkb3VibGUgaTsKICAgIGZvciggaSA9IDAuMSA7IGkgPD0gMS4wIDsgaSArPSAwLjEpCiAgICAgICAgcHJpbnRmKCIlZFxuIiwgKytqKTsKICAgIH0K
-
upload with new input
-
result: Runtime error time: 0.01s memory: 1720 kB signal: -1
1 2 3 4 5 6 7 8 9 10


