2 solutions

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

    同样

    • 2
      @ 2023-9-16 21:40:55
      #include <bits/stdc++.h>
      using namespace std;
      int main(){
      	cout<<4<<" "<<8;
          //建议背下来,很多时候要用
      	return 0;
      }
      
      • 1

      Information

      ID
      503
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      # Submissions
      59
      Accepted
      55
      Uploaded By