Solve Me First

Sort by

recency

|

1027 Discussions

|

  • + 0 comments

    Here is HackerRank all algorithms problems solutions - HackerRank Algorithms solutions

  • + 0 comments
    for Algoritma platform:
    
    File "Solution.py", line 1
    package main
            ^^^^
    

    SyntaxError: invalid syntax

    Exit Status

    1

  • + 0 comments

    gtttt

  • + 0 comments

    For Python3 Platform

    def solveMeFirst(a, b):
        return a+b
    
    a = int(input())
    b = int(input())
    
    res = solveMeFirst(a, b)
    
    print(res)
    
  • + 0 comments

    the code for reading exactly the number is String? line1 = stdin.readLineSync();

    because int.parse(stdin.readLineSync()!); can be null