5 条题解

  • 0
    @ 2025-3-10 16:47:13
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<12<<" "<<9709<<endl<<96<<endl<<109<<endl<<108;
    }
    
    • 0
      @ 2024-7-21 18:05:00

      sb2b

      • 0
        @ 2024-7-21 15:40:03

        #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cout<<12<<' '<<9709<<endl; cout<<96<<endl; cout<<109<<endl; cout<<108; return 0; }

        • 0
          @ 2023-8-19 9:53:17
          #include<bits/stdc++.h>
          using namespace std;
          int main()
          {
          	ios::sync_with_stdio(0);
          	cin.tie(0);
          	cout.tie(0);
          	cout<<12<<' '<<9709<<endl;
          	cout<<96<<endl;
          	cout<<109<<endl;
          	cout<<108;
          	return 0;
          }
          
          • 1

          信息

          ID
          29
          时间
          1000ms
          内存
          256MiB
          难度
          4
          标签
          (无)
          递交数
          174
          已通过
          77
          上传者