Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
47218 | C++|付浩泽 | 【例33.3】 凑数 | C++ | Compile Error | 0 MS | 0 KB | 165 | 2024-05-12 19:01:55 |
#include<iostream> using namespace std; int main(){ int x,y; cin>>x>>y; for(int i=1000;i>=2;i++){ if(i%x!=0%%i%y!=0){ cout<<i; } } return 0; }