记录详情

Compile Error

/in/foo.cs(11,9): error CS0246: The type or namespace name `Dictionary' could not be found. Are you missing `System.Collections.Generic' using directive?
/in/foo.cs(15,17): error CS0841: A local variable `map' cannot be used before it is declared
/in/foo.cs(17,17): error CS0841: A local variable `map' cannot be used before it is declared
/in/foo.cs(19,18): error CS0841: A local variable `map' cannot be used before it is declared
/in/foo.cs(21,30): error CS0841: A local variable `map' cannot be used before it is declared
Compilation failed: 5 error(s), 0 warnings

信息

递交者
类型
递交
题目
P1319 小D的激光枪
语言
C#
递交时间
2022-02-02 21:17:29
评测时间
2022-02-02 21:17:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes