13 solutions

  • 2
    @ 2024-7-10 20:27:46
    #include <bits/stdc++.h>
    using namespace std;
    int main(int argc, char **argv){
    	int a,b,c;
    	cin >> a >> b >> c;
    	cout << b;
    	return 0;
    }
    
    • 1
      @ 2024-7-9 19:10:42
      #include<iostream>
      using namespace std;
      int main(){
      	int a,b,c;
      	cin>>a>>b>>c;
      	cout<<b;
      	return 0;
      }
      
      • 0
        @ 2024-6-13 15:04:35

        简洁明了

        #include<bits/stdc++.h>
        using namespace std;int main(){int a,b,c;cin>>a>>b>>c;cout<<b;return 0;}
        
        • 0
          @ 2024-3-1 21:33:48

          #include <bits/stdc++.h> using namespace std; int main(int argc, char **argv){ int a,b,c; cin >> a >> b >> c; cout << b; return 0; }

          • 0
            @ 2024-1-27 11:10:37
            #include
            using namespace std;
            
            int num[250], num1[250];
            
            int main()
            {
            	int a,bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb,c;
            	cin >> a >> bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb >> c;
            	cout << bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb << endl;
            	return 0;
             }
            
            • -1
              @ 2023-11-22 16:30:32
              #include <bits/stdc++.h>
              using namespace std;
              int main(int argc, char **argv){
              	int a,b,c;
              	cin >> a >> b >> c;
              	cout << b;
              	return 0;
              }
              
              • -1
                @ 2023-10-30 16:43:59
                #include <iostream>
                using namespace std;
                int main(){
                	int a , b , c;
                	cin >> a >> b >> c;
                	cout << b;
                	return 0;
                }
                
                • -2
                  @ 2024-1-25 9:54:38
                  #include<bits/stdc++.h>
                  using namespace std;
                  
                  int main(){
                  	long long a,b,c;
                  	cin>>a>>b>>c;
                  	cout<<b+1+1+1-1-1-1+1+1-1-1+23+23-46;
                  	return 0;
                  }
                  
                  • -2
                    @ 2023-12-7 19:35:52

                    #include using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }

                    • -2
                      @ 2023-11-24 21:27:31
                      #include<iostream>
                      using namespace std;
                      int main(){
                      	int a,b,c;
                      	cin>>a>>b>>c;
                      	cout<<b;
                      	return 0;
                      }
                      
                      • -2
                        @ 2023-9-16 16:41:52

                        #include <bits/stdc++.h> using namespace std; int a,b,c; int main(){ cin>>a>>b>>c; cout<<b; return 0; }

                        • -2
                          @ 2023-9-16 16:41:46

                          #include <bits/stdc++.h> using namespace std; int a,b,c; int main(){ cin>>a>>b>>c; cout<<b; return 0; }

                          • -3
                            @ 2023-9-16 16:07:25

                            12345

                            • 1

                            Information

                            ID
                            553
                            Time
                            1000ms
                            Memory
                            256MiB
                            Difficulty
                            2
                            Tags
                            # Submissions
                            255
                            Accepted
                            150
                            Uploaded By