Hackerrank algorithm solution - Solve Me First - Warmup Challange
HackerRank Online Judge Solution Solve Me First | Algorithms
HackerRank Main Problem Link - hhttps://www.hackerrank.com/challenges/solve-me-first
Problem Name: HackerRank Problem Solve Me First
Online Judge : HackerRank Online Judge Solution
Category: Algorithm
Solution Language : C, C plus plus
#include <stdio.h> int main() { int a,b, sum; scanf("%d %d",&a,&b); sum = a + b; printf("%d",sum); return 0; }
No comments:
Post a Comment