Update pierwsza.c

This commit is contained in:
S490049 2024-02-26 14:59:17 +01:00
parent 1c26d95f5c
commit 3d0988d294
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#include <stdio.h>
int main() {
long long num;
scanf("%d", &num);
scanf("%lld", &num);
printf("%lld", num);
printf(" ");
long long pom=0;
for(long long i=2; i*i<=num; i++)
{