提交时间:2024-03-21 19:42:20
运行 ID: 91461
#include <iostream> #include <string> using namespace std; int main() { cout << 5; return 0; }