Problem | subgraphs |
---|---|
User | Random52 |
Submission Time | 2024-12-18 16:19:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp:14:11: error: expected identifier before ‘(’ token
14 | void union(intmax_t a, intmax_t b) {
| ^
subgraphs.cpp:14:20: error: expected ‘)’ before ‘a’
14 | void union(intmax_t a, intmax_t b) {
| ~ ^~
| )
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:43:9: error: expected primary-expression before ‘union’
43 | union(a, b);
| ^~~~~