2015年4月2日
摘要: #include <stdio.h>int main(){ int i; char tens,sin; printf("enter a two-digit number:\n"); scanf("%d",&i); if(20<=i&&i<100) { tens=i/10; sin =i%10; sw 阅读全文
posted @ 2015-04-02 18:00 LeoSanford 阅读(324) 评论(0) 推荐(0)

levels of contents