3 solutions

  • 0
    @ 2024-1-27 19:37:19
    #include<iostream>
    int main(){int a,b;std::cin>>a>>b;std::cout<<b;}
    
    • 0
      @ 2023-10-14 16:09:25
      #include <iostream>
      using namespace std;
      
      int main(){
      	long long a,b,c;
      	cin>>a>>b>>c;
      	cout<<b;
      	return 0;
      }
      
      • -1
        @ 2023-10-25 14:34:21

        这么简单的题都错,你是不是没开Long Long

      • 1

      Information

      ID
      6793
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      30
      Accepted
      24
      Uploaded By