2 solutions

  • 2
    @ 2024-1-25 10:39:00
    #include<bits/stdc++.h>
    #define it long long
    using namespace std;
    
    int main(){
    	cout<<4<<' '<<2<<"\n";
    	return 0;
    }
    

    数据类型基础,背不出来重修

    • 1
      @ 2023-9-16 21:38:59
      #include <bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<4<<" "<<2;
          //直接根据经验即可
          //建议背一下
      	return 0;
      }
      
      • 1

      Information

      ID
      502
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      # Submissions
      65
      Accepted
      54
      Uploaded By