Project

General

Profile

Actions

Bug #3572

open

DF003_Missing "+"

Bug #3572: DF003_Missing "+"

Added by Tiến Hưng Nguyễn about 1 month ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/02/2025
Due date:
% Done:

0%

Estimated time:

Description

Line: 12
Description: C[i][j] = A[i][k] * B[k][j] --> Missing "+" when wanting plus values.
Fixing solution: C[i][j] += A[i][k] * B[k][j] ---->adding "+"

No data to display

Actions

Also available in: PDF Atom