fork download
  1. #include <stdio.h>
  2. int main() {
  3. int n = 3, m=4;
  4. printf("Tông= %d\n", n+m);
  5. return 0;
  6. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
Tông= 7