C# 클래스 fastCSharp.openApi._51nod.problem

题目
파일 보기 프로젝트 열기: iLanceS/fastCSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BasePoint int
Description string
FormatInput string
Id int
Input string
InputDescription string
MemoryLimit long
Output string
OutputDescription string
Source string
SourceLink string
TimeLimit int
Title string

프로퍼티 상세

BasePoint 공개적으로 프로퍼티

基础分数
public int BasePoint
리턴 int

Description 공개적으로 프로퍼티

题目描述HTML
public string Description
리턴 string

FormatInput 공개적으로 프로퍼티

输入数据格式化定义
public string FormatInput
리턴 string

Id 공개적으로 프로퍼티

题目ID
public int Id
리턴 int

Input 공개적으로 프로퍼티

输入数据样例
public string Input
리턴 string

InputDescription 공개적으로 프로퍼티

输入数据描述
public string InputDescription
리턴 string

MemoryLimit 공개적으로 프로퍼티

内存限制字节数基数
public long MemoryLimit
리턴 long

Output 공개적으로 프로퍼티

输出数据样例
public string Output
리턴 string

OutputDescription 공개적으로 프로퍼티

输出数据描述
public string OutputDescription
리턴 string

Source 공개적으로 프로퍼티

题目来源
public string Source
리턴 string

SourceLink 공개적으로 프로퍼티

题目来源连接
public string SourceLink
리턴 string

TimeLimit 공개적으로 프로퍼티

超时毫秒限制基数
public int TimeLimit
리턴 int

Title 공개적으로 프로퍼티

标题
public string Title
리턴 string