答案

gonghongbo2021 2022-08-13 9:48:59 7 返回题目

#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin>>a;
if(a%15==0)cout<<"YES";
else cout<<"NO";
return 0;
}

{{ vote && vote.total.up }}