CZOI
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
1935: 两位数数字之和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:45
Solved:41
Submit
Submit Record
Statistics
Web Board
ShowOff!
Description
读入一个两位数,输出十位上和个位上的数字之和。
Input
一行,一个数字
Output
一行,一个数字
Sample Input
Copy
56
Sample Output
Copy
11
Source/Category
第一章
入门题-div
和
mod