Problem adjmatrix
User weccs
Submission Time 2025-06-16 19:20:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function β€˜int main()’:
adjmatrix.cpp:13:56: error: lvalue required as unary β€˜&’ operand
13 | fill(&matrix[0][0], &(matrix[0][0] + sizeof(matrix)), 0);
| ^