|
|
back to boardShow all messages Hide all messages#include <cstdio> int n; int main() { scanf("%d", &n); puts("OK"); for(int i = 0; i < n; i++) { printf("1 "); } return 0; } If this really works, then, I think, admins should rewrite checker for the problem... Can anyone give a hint? Since the N is so big,I have not idea... Think a bit. The problem is really beatiful. |
|
|