Run ID:97822
提交时间:2024-11-16 16:33:33
#include <stdio.h> int main() { printf("%d\n",123); printf("%d\n",456); return 0; }