8 条题解

  • 3
    @ 2023-6-2 10:46:12

    我是世界上最最最最最最最最最最最最最最最最最最最最最最最最最最最最最最最可爱的猫咪女侠

    • 3
      @ 2023-5-26 10:30:36

      我是女王 还不快给我跪下!!!!!!!❤️

      • 1
        @ 2023-5-26 10:31:52

        我是女王

        #include<iostream> using namespace std; int main() { int n; double a,b; cin>>n; a=50+n/3.0; b=n/1.2; if(a<b) { cout<<"Bike"; } else if(a>b) { cout<<"Walk"; } else { cout< AV女爱去搜局看漫画你还能哦吧nosogjtgjijdfgfgnj{}jdchj{}ehbieuee

        • 0
          @ 2023-6-20 16:46:03
          #include<bits/stdc++.h>                                                                    inlude<bits/stdc++.h>
          using namespace std;
          int main()
          {
          	double a,b,n;
          	cin>>n;
          	a=n/3.0+27+23;
          	b=n/1.2;
          	if(a<b)
          	{
          		cout<<("Bike\n");
          	}
          	else if(a==b) cout<<"All\n";
          	else if(a>b) cout<<"Walk\n";
          	return 0;
           }
          
          • 0
            @ 2023-6-5 16:54:30

            #include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; if(a>=0){ cout<<fixed<<setprecision(2)<<a; } if(a<0){ cout<<fixed<<setprecision(2)<<-a; } return 0; }

            • 0
              @ 2023-5-28 13:53:50

              #include<iostream> using namespace std; int main() { int n; double a,b; cin>>n; a=50+n/3.0; b=n/1.2; if(a<b) { cout<<"Bike"; } else if(a>b) { cout<<"Walk"; } else { cout<<"All"; } return 0; }

              • @ 2023-6-2 10:47:26

                恶不恶心啊还不快给本女王跪下

            • -1
              @ 2023-5-11 16:58:33

              #include<iostream> using namespace std; int main() { int n; double a,b; cin>>n; a=50+n/3.0; b=n/1.2; if(a<b) { cout<<"Bike"; } else if(a>b) { cout<<"Walk"; } else { cout<<"All"; } return 0; }

              • -3
                @ 2023-5-11 16:52:55
                #include<iostream>
                using namespace std;
                int main()
                {
                	int n;
                	double a,b;
                	cin>>n;
                	a=50+n/3.0;
                	b=n/1.2;
                	if(a<b)
                	{
                		cout<<"Bike";
                	}
                	else if(a>b)
                	{
                		cout<<"Walk";
                	}
                	else
                	{
                		cout<<"All";
                	}
                    return 0;
                }
                
                • 1

                信息

                ID
                608
                时间
                1000ms
                内存
                256MiB
                难度
                4
                标签
                (无)
                递交数
                317
                已通过
                156
                上传者