fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int A;
  5. A=10;
  6. int B;
  7. B=4;
  8. printf("%dA*B");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
812573656A*B