5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
for (i = 0; i <= 100; ++i) {
|
||
|
scale = i
|
||
|
4 * a(1)
|
||
|
}
|