Problem 1111galpassword
User Tez
Submission Time 2024-11-22 11:10:12
Score 0

Compile Error

1111galpassword.cpp: In function ‘int main()’:
1111galpassword.cpp:28:5: error: expected initializer before ‘cin’
28 | cin >> N;
| ^~~
1111galpassword.cpp:29:27: error: ‘N’ was not declared in this scope
29 | string lower = string(N - 1, '1'); // 10^(N-1)
| ^