2 solutions

  • 0
    @ 2026-1-26 8:56:26

    这题十分简单,只需要简单的输出代码

    AC Code

    #include <bits/stdc++.h>
    using namespace std;
    
    int main(){
    	cout<<"6 4";//输出
    	return 0;
    }
    

    Information

    ID
    1
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    (None)
    # Submissions
    37
    Accepted
    26
    Uploaded By