Problem subgraphs
User havinaaaaash
Submission Time 2024-08-11 20:35:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:9:20: error: expected ‘;’ before ‘<’ token
9 | for(int j=0, j<n; j++){
| ^
| ;
subgraphs.cpp:9:20: error: expected primary-expression before ‘<’ token
subgraphs.cpp:16:3: error: ‘adjmatrix’ was not declared in this scope
16 | adjmatrix[a-1][b-1] = 1;
| ^~~~~~~~~