提交时间:2026-01-15 19:19:42
运行 ID: 82573
#include<bits/stdc++.h> using namespace std; int main() { cout<<10<<endl; cout<<8<<'\n'<<-1; return 0; }