Submission #969642
Source Code Expand
using System;
using System.Collections.Generic;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
HashSet<string> sets = new HashSet<string>(Console.ReadLine().Split(new char[]{' '}));
Console.WriteLine(sets.Count);
}
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - AtCoDeer and Paint Cans |
| User | tangalai |
| Language | C# (Mono 4.6.2.0) |
| Score | 100 |
| Code Size | 341 Byte |
| Status | AC |
| Exec Time | 25 ms |
| Memory | 3032 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt |
| All | 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 25 ms | 3032 KiB |
| 0_001.txt | AC | 25 ms | 3032 KiB |
| 1_002.txt | AC | 25 ms | 3032 KiB |
| 1_003.txt | AC | 25 ms | 3032 KiB |
| 1_004.txt | AC | 25 ms | 3032 KiB |
| 1_005.txt | AC | 25 ms | 3032 KiB |