7 lines
89 B
C
7 lines
89 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#define VELKOST_POLA 52
|
|
|
|
int main(){
|
|
return 0;
|
|
} |