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