Problem adjmatrix
User chickengoat
Submission Time 2025-11-30 20:07:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:23:14: error: missing terminating ' character
23 | cout << 0';
| ^~
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:17:10: error: expected ‘;’ before ‘==’ token
17 | for(ll i==0;i<n;i++) {
| ^~
| ;
adjmatrix.cpp:17:10: error: expected primary-expression before ‘==’ token
17 | for(ll i==0;i<n;i++) {
| ^~
adjmatrix.cpp:17:17: error: expected ‘)’ before ‘;’ token
17 | for(ll i==0;i<n;i++) {
| ~ ^
| )
adjmatrix.cpp:17:18: error: ‘i’ was not declared in this scope
17 | for(ll i==0;i<n;i++) {
| ^