Run ID:4943

提交时间:2024-10-07 11:06:09

#include <iostream> int main(void){ int n; std::cin>>n; std::cout<<(n%15==0?"can":"cannot"); return 0:}