URI Online Judge
Problem 1001 Try 3 Times and Success.
What the Hell….
#include <stdio.h> int main() { int A,B,X; scanf("%d", &A); scanf("%d", &B); X=A+B; printf("X = %d\n",X); return 0; }
Problem 1001 Try 3 Times and Success.
What the Hell….
#include <stdio.h> int main() { int A,B,X; scanf("%d", &A); scanf("%d", &B); X=A+B; printf("X = %d\n",X); return 0; }