摘要:
#include using namespace std; int main() { int n; cin>>n; int a[n]; for(int i=0;i>a[i]; int ans=0; for(int i=0;i<n;i++) { for(int j=i+1;j<n;j++) { ... 阅读全文
摘要:
如何找bug 一步步调试 数据库链接写一个简单的 test 数据库操作 sql语句 写一个类 测试一下 不要忽略细节 最后页面的显示 html "/head"少一个"/"之类 form method="post" 不要写成 do post @WebServlet("/RegisterServlet. 阅读全文