Problem | boundedpermutation |
---|---|
User | PlayVoltz |
Submission Time | 2023-11-08 15:37:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boundedpermutation.cpp: In function ‘int main()’:
boundedpermutation.cpp:13:18: error: ‘k’ was not declared in this scope
13 | for (int i=0; i<k; ++i)sum+=sum+1;
| ^