摘要: #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string str; while(n--) { cin>>str; string two; int len=str.length(); for(int 阅读全文
posted @ 2016-03-07 14:49 超级学渣渣 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <?php require_once '../include.php'; checkLogined(); $rows=getAllCate(); //echo $rows; if(!$rows){ alertMes("没有相应分类,请先添加分类!!", "addCate.php"); } ?> <! 阅读全文
posted @ 2016-03-07 14:31 超级学渣渣 阅读(242) 评论(0) 推荐(0) 编辑