Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
86474 sh25_wangtaojie 八皇后问题 C++ 解答错误 1 MS 244 KB 719 2026-04-03 14:52:43

Tests(0/1):


#include <iostream> using namespace std; int main() { cout<<"No. 1"<<endl; cout<<"1 0 0 0 0 0 0 0 "<<endl; cout<<"0 0 0 0 0 0 1 0 "<<endl; cout<<"0 0 0 0 1 0 0 0 "<<endl; cout<<"0 0 0 0 0 0 0 1"<<endl; cout<<"0 1 0 0 0 0 0 0 "<<endl; cout<<"0 0 0 1 0 0 0 0 "<<endl; cout<<"0 0 0 0 0 1 0 0 "<<endl; cout<<"0 0 1 0 0 0 0 0 "<<endl; cout<<"No. 2"<<endl; cout<<"1 0 0 0 0 0 0 0 "<<endl; cout<<"0 0 0 0 0 0 1 0 "<<endl; cout<<"0 0 0 0 1 0 0 0 "<<endl; cout<<"0 0 0 0 0 0 0 1"<<endl; cout<<"0 1 0 0 0 0 0 0 "<<endl; cout<<"0 0 0 1 0 0 0 0 "<<endl; cout<<"0 0 0 0 0 1 0 0 "<<endl; cout<<"0 0 1 0 0 0 0 0 "<<endl; return 0; }


测评信息: