Run ID:142935
提交时间:2026-01-11 17:13:45
#include <iostream> int main() { std::cout << 123 << std::endl; std::cout << 456 << std::endl; return 0; }