#include int main () { printf ("This is line %d.\n", __LINE__); return 0; }