Problem | adjmatrix |
---|---|
User | Mike123 |
Submission Time | 2025-02-15 15:32:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:10:26: error: expected primary-expression before ‘%’ token
10 | scanf("%i %i", &temp1, %temp2);
| ^
adjmatrix.cpp:10:27: error: ‘temp2’ was not declared in this scope; did you mean ‘temp1’?
10 | scanf("%i %i", &temp1, %temp2);
| ^~~~~
| temp1