Problem | compleecode |
---|---|
User | AlphanumericUsername |
Submission Time | 2024-05-25 18:46:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
compleecode.cpp: In function ‘int solve4(std::vector<int>)’:
compleecode.cpp:27:19: error: ‘a’ was not declared in this scope
27 | #define res b=a,z=b
| ^
compleecode.cpp:46:6: note: in expansion of macro ‘res’
46 | int res = 0;
| ^~~
compleecode.cpp:27:21: error: ‘z’ was not declared in this scope
27 | #define res b=a,z=b
| ^
compleecode.cpp:52:9: note: in expansion of macro ‘res’
52 | return res;
| ^~~
compleecode.cpp: In function ‘int solve5(std::vector<int>)’:
compleecode.cpp:27:19: error: ‘a’ was not declared in this scope
27 | #define res b=a,z=b
| ^
compleecode.cpp:57:6: note: in expansion of macro ‘res’
57 | int res = 0;
| ^~~
compleecode.cpp:27:21: error: ‘z’ was not declared in this scope
27 | #define res b=a,z=b
| ^
comple