A - Sheep and Wolves
#include <bits/stdc++.h> #define ll long long using namespace std; int main() { int a, b; scanf("%d%d", &a, &b); printf("%s\n", a <= b ? "unsafe" : "safe"); return 0; }
A - Sheep and Wolves
#include <bits/stdc++.h> #define ll long long using namespace std; int main() { int a, b; scanf("%d%d", &a, &b); printf("%s\n", a <= b ? "unsafe" : "safe"); return 0; }
相关文章: