Problem uniquenumbers_easy
User Ddoge107
Submission Time 2025-06-18 16:48:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

uniquenumbers_easy.cpp: In function ‘int main()’:
uniquenumbers_easy.cpp:8:25: error: expected ‘)’ before ‘;’ token
8 | if (int i = 0; i < N; ++i) {
| ~ ^
| )
uniquenumbers_easy.cpp:8:29: error: ‘i’ was not declared in this scope
8 | if (int i = 0; i < N; ++i) {
| ^