fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a,b;
  6. scanf("%d %d",&a,&b);
  7. if(0 < a) if (b=0) {
  8. printf("gold %d\n");
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5292KB
stdin
50 0
stdout
Standard output is empty