#include<sdtio.h>
void test(int n)
{
int ret = 0;
int m = 0;
int b = 0;
while (n >=1)
{
m = n % 10;
n = n / 10;
ret = ret + m;
}
if (ret >= 10)
{
n = ret;
test(n);
}
else
{
printf("%d", ret);
}
}
int main()
{
int n = 0;
scanf_s("%d", &n);
test(n);
return 0;
}
A new Google update will make it simpler to request the removal of fake explicit images, as public figures, teachers and ordinary people increasingly contend with targeted abuse in the form of “deepfakes,” or realistic-looking images made with AI. While …