2 solutions

  • 1
    @ 2025-12-6 15:23:28

    AC记录 此题十分简单 运用了简单输出 代码

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<2+4<<" "<<4;//cout 输出
        return 0;
    }
    
    • 0
      @ 2026-1-26 8:56:26

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

      AC Code

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

      Information

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