Problem uniquenumbers
User AwkUngenially
Submission Time 2025-04-08 15:49:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:15:7: error: ‘strcomp’ was not declared in this scope; did you mean ‘strcmp’?
15 | if (strcomp(z.at(i), z.at(i + 1)) == 0) {
| ^~~~~~~
| strcmp