/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 26ms 3.434 MiB
#2 Accepted 26ms 3.367 MiB
#3 Accepted 25ms 3.418 MiB
#4 Accepted 27ms 3.469 MiB
#5 Accepted 26ms 3.633 MiB
#6 Accepted 26ms 3.531 MiB
#7 Accepted 26ms 3.52 MiB
#8 Accepted 26ms 3.68 MiB
#9 Accepted 26ms 3.43 MiB
#10 Accepted 27ms 3.531 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-11-11 03:04:39
Judged By
Score
100
Total Time
27ms
Peak Memory
3.68 MiB