#include #define Nmax 100 int a[Nmax], i; int main() { for (i = 0; i < Nmax; i++) { a[i] = 0; } printf("OK\n"); return 0; }