program Test(input,output); var i: integer; begin for i:=1 to 10 do; end.
#include "stdio.h" main(){ int i; for (i=1; i<=10; ++i) {} }