#include<stdio.h>int main(){ int i; scanf("%d",&i); if(i % 5 == 0) printf("%d可以被5整除 "); else printf("%d不能被5整除 "); return 0;}
不明觉厉
不明觉厉