96972dab29
strange about the puts in soml, hard to see where a factor of 10 would come from
10 lines
114 B
C
10 lines
114 B
C
#include<stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
int counter = 98304 + 1696;
|
|
while(counter--) {
|
|
counter = counter;
|
|
}
|
|
}
|