| Problem | adjmatrix |
|---|---|
| User | weccs |
| Submission Time | 2025-06-16 19:20:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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);
| ^