Project

General

Profile

Actions

Bug #3573

open

DF002_Missing Variable's data type

Bug #3573: DF002_Missing Variable's data type

Added by Nguyễn Quốc Tuấn about 1 month ago.

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

0%

Estimated time:

Description

Line Number: 3

Defect Description: int m = A.length; n = A[0].length; p = B[0].length; missing data type of n and p

Fixing Solution: int m = A.length;
int n = A[0].length;
int p = B[0].length;

No data to display

Actions

Also available in: PDF Atom