#include <stdio.h>int main() { int B=1, C=3, D=4; printf("Phép tính=%d\n", B+C*D); return 0;}
Standard input is empty
Phép tính=13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!