标签:des style blog http color os io java ar
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1087 Accepted Submission(s): 762
#include<stdio.h> void main(){ int k,p; while(~scanf("%d%d",&k,&p)) k/=(p-1),puts(k&1)?"YES":"NO"); }
标签:des style blog http color os io java ar
原文地址:http://www.cnblogs.com/gongxijun/p/3958341.html