/* Helloプログラム */ #include <stdio.h> main() { int count ; for ( count = 1 ; count <= 100 ; count ++ ) { if ( (count % 3) == 0 ) { } else { } } }
Standard input is empty
12@45@78@1011@1314@1617@1920@2223@2526@2829@3132@3435@3738@4041@4344@4647@4950@5253@5556@5859@6162@6465@6768@7071@7374@7677@7980@8283@8586@8889@9192@9495@9798@100