Ответ:
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf("%s\n","ПРИВЕТ!"); // или printf("ПРИВЕТ!\n");
return 0;
}
Объяснение:
возможно так
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf("%s\n","ПРИВЕТ!"); // или printf("ПРИВЕТ!\n");
return 0;
}
Объяснение:
возможно так