Problem | adjmatrix |
---|---|
User | kruytz |
Submission Time | 2023-06-29 15:16:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp:47:2: error: stray ‘#’ in program
47 | }#include <iostream>
| ^
adjmatrix.cpp:47:3: error: ‘include’ does not name a type
47 | }#include <iostream>
| ^~~~~~~
adjmatrix.cpp:51:5: error: redefinition of ‘int main()’
51 | int main() {
| ^~~~
adjmatrix.cpp:5:5: note: ‘int main()’ previously defined here
5 | int main() {
| ^~~~