fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a;
  6. int b;
  7. int i;
  8. scanf("%d",&a);
  9. for( i<=1000; i<=a; i++){
  10. if(a%b==0){
  11. printf("%d",b);
  12. a=1;
  13. a/b==0;
  14. }
  15. }
  16. return 0;
  17. }
Runtime error #stdin #stdout 0s 15240KB
stdin
12
stdout
Standard output is empty