#include "stdio.h" int main() { int N; static int buff; for (N; N == 1; N--) { buff = N; } return 0; }