工具菜单
     默认应用
     我的应用

日志

  • 分享

    英文谚语

    赵琳 2010-11-15 13:00

    英文谚语

    英语谚语 Years bring wisdom.  年长智也增。   Yesterday is dead, forget it; tomorrow does not exist, don't worry; today is here, use it.  昨天已经消逝,把它忘掉;明天还
    817 次阅读|没有评论
  • 2
    分享

    c语言题目小集

    赵琳 2010-11-15 12:58
    1.C语言 求一个3*3矩阵对角线之和 main() { int a ,sum1=0,sum2=0,i,j; printf("\ninput the numbers:\n"); for(i=0;i<=2;i++) for(j=0;j<=2;j++)    scanf("%d",&a ); for(i=0;i<=2;i++) for(j=0;j<=2;j++)    { i
    1022 次阅读|没有评论