13 lines
146 B
C++
13 lines
146 B
C++
|
#include <stdio.h>
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
printf("04.09.2024\n");
|
||
|
printf("PIbd-13\n");
|
||
|
printf("FIST\n");
|
||
|
printf("Sevodnyasev Stanislav");
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
//254t3
|