哪个大佬能用C语言解决一下这个题啊啊啊

P2433 【深基1-2】小学数学 N 合一

hhhhhhoioi @ 2023-11-03 21:41:46


by Lyrith_with_xQ @ 2023-11-03 21:44:47

你可以自己学C语言然后再来解决这道橙题


by cly312 @ 2023-11-03 21:50:07

《小学数学》

#include<bits/stdc++.h>
using namespace std;
int n;
int main(){
    cin>>n;
    if(n==1){
        cout<<"I love Luogu!"<<endl;
    }
    if(n==2){
        cout<<6<<" "<<4<<endl;
    }
    if(n==3){
        cout<<3<<endl<<12<<endl<<2<<endl;
    }
    if(n==4){
        cout<<166.666667<<endl;
    }
    if(n==5){
        cout<<15<<endl;
    }
    if(n==6){
        cout<<10.816653826391967879357663802411<<endl;
    }
    if(n==7){
        cout<<110<<endl<<90<<endl<<0<<endl;
    }
    if(n==8){
        cout<<31.41593<<endl<<78.539825<<endl<<523.59883333333333333333333333333<<endl;
    }
    if(n==9){
        cout<<22<<endl;
    }
    if(n==10){
        cout<<9<<endl;
    }
    if(n==11){
        cout<<33.3333333333<<endl;
    }
    if(n==12){
        cout<<13<<endl<<'R'<<endl;
    }
    if(n==13){
        cout<<16<<endl;
    }
    if(n==14){
        for(int i=1;i<=110;i++){
            int s=120-i;
            int ans=s*i;
            if(ans==3500) {cout<<i<<endl;break;}
        }
    }
    return 0;
}

by LYRT_Subway @ 2023-11-03 21:57:11

@cly312 话说你这是C++(


by llhhss @ 2024-09-01 15:12:00

@cly312 看看第三题题目说了啥


|