郑震云 • 1个月前
int main() {
int n; scanf("%d", &n); if (n % 21 == 0) { printf("%d", n / 7); } else { printf("-1"); } return 0;
}
评论:
请先登录,才能进行评论