#include <iostream> using namespace std; unsigned long long x,k,n;; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>x>>k>>n; if(x*k<=n){ cout<<"fish"; } else{ cout<<"FISH"; } return 0; }
使用您的 BCOI 通用账户