#include int main(void) { for (int c = 0; ; i++) printf("a=1,b=2,c=%d\n", c); return 0; }