fork download
  1. #include <stdio.h>
  2.  
  3. int main(){
  4. int a = 2,b = 1;
  5. if(a==b)
  6. printf("a sama dengan b");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
Standard output is empty