Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
1285 | 王冯俊 | 求满足条件的整数个数 | C++ | Compile Error | 0 | 0 MS | 0 KB | 135 | 2019-10-06 16:56:33 |
#include<iostream> int main(){ int a; scanf("%d",&a); if(a%3=2&&a%5=3&&a%7=2); printf("1");{ }else{printf("0"); return 0; }