Run ID:132377
提交时间:2025-10-08 09:37:50
#include<stdio.h> int main() { int n; while (scanf("%d", &n) != EOF) { } return 0; }