摘要:
#include #include using namespace std; int three(int a[]) { return a[1]*a[5]*a[9]+a[2]*a[6]*a[7]+a[3]*a[4]*a[8]- a[3]*a[5]*a[7]-a[6]*a[8]*a[1]-a[2]*a[4]*a[9]; } int main() { int x[5][5],... 阅读全文
posted @ 2017-10-21 18:22
小九xD
阅读(793)
评论(0)
推荐(0)

浙公网安备 33010602011771号