/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 24ms 3.727 MiB
#2 Accepted 24ms 3.801 MiB
#3 Accepted 24ms 3.758 MiB
#4 Accepted 50ms 3.824 MiB
#5 Accepted 24ms 3.695 MiB
#6 Accepted 24ms 3.711 MiB
#7 Accepted 24ms 3.805 MiB
#8 Accepted 24ms 3.832 MiB
#9 Accepted 24ms 3.648 MiB
#10 Accepted 24ms 3.77 MiB

Code

using System;
using System.Linq;

class Program {
    public static void Main(string[] args) {
        Console.WriteLine(Console.ReadLine().Split().Select(int.Parse).Sum());
    }
}

Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
C# 7 (Mono 6.8)
Submit At
2024-08-26 13:30:27
Judged At
2024-08-26 13:30:27
Judged By
Score
100
Total Time
50ms
Peak Memory
3.832 MiB