提交时间:2025-07-16 22:02:43

运行 ID: 333910

#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1; i<=17; i++){ if((17-i)*2==25+i) cout<<i; } return 0; }