1 条题解

  • 1
    @ 2025-10-19 11:01:01

    这题有小学文凭并且会if语句的都能过吧? 上代码!

    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
    	int n;
    	cin>>n;
    	if(n%5<=3 && n%5!=0) cout<<"Fishing";
    	else cout<<"Lying";
    	return 0;
    }
    

    这次没坑,真的! PS:题太简单坑都挖不了QAQ

    • 1

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    (无)
    递交数
    18
    已通过
    15
    上传者