Run ID:136232

提交时间:2025-11-09 19:25:32

#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ int n; cin >> n; if(n%15==0) { cout << "can"; } else{ cout<<"cannot"; } return 0; }