Run ID:93435
提交时间:2024-10-15 18:22:47
#include <iostream> using namespace std; int main(){ int val=3; cout<<val<<endl; }