Run ID:148057
提交时间:2026-02-09 16:13:27
#include<stdio.h> int main() { int n; while (scanf("%d", &n) != EOF) { } return 0; }