提交时间:2025-10-11 17:33:04
运行 ID: 69801
#include<iostream> using namespace std; int main() { cout <<(1+1)/3<< endl; return 0; }