上一页 1 ··· 35 36 37 38 39
摘要: 在写php程序中有时会出现这样的警告: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setti... 阅读全文
posted @ 2014-04-29 21:01 _tham 阅读(165) 评论(0) 推荐(0)
摘要: 加法问题 【问题描述】 现在有两个实数,分别是A和B。请你从文件中读取A和B,计算它们的和A+B,并把它输出到文件中。(保留到整数) 【输入格式】 第一行:一个实数A 第二行:一个实数B 【输出格式】 第一行:一个整数C = A+B 【输入样例】 12 【输出样例】 3 ... 阅读全文
posted @ 2014-03-20 09:08 _tham 阅读(292) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39