Reviewed-on: #3
@ -7,6 +7,10 @@ int* pa;
int n;
long fuct(int n) {
long res = 1;
for (int i = 1; i <= n; i++) {
The note is not visible to the blocked user.