contributed_functions
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
contributed_functions [2012/02/21 13:12] – created xjia | contributed_functions [2012/03/16 00:41] (current) – xjia | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== I/O相关 ====== | ||
+ | |||
+ | ===== readString ===== | ||
+ | <code java> | ||
+ | string readString() { | ||
+ | /* TODO */ | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | ===== readLine ===== | ||
+ | <code java> | ||
+ | string readLine() { | ||
+ | /* TODO */ | ||
+ | } | ||
+ | </ | ||
+ | |||
====== 字符串相关 ====== | ====== 字符串相关 ====== | ||
Line 18: | Line 34: | ||
a[i] = v; | a[i] = v; | ||
} | } | ||
- | return 0; | ||
} | } | ||
</ | </ |
contributed_functions.1329829926.txt.gz · Last modified: 2012/02/21 13:12 by xjia