Aktualizovat a1/program.c
This commit is contained in:
parent
4fa460b276
commit
0a4f49d6cc
@ -1,12 +1,12 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
int trebaPridatNewLine = 1;
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int pocetRiadkov = 0;
|
int pocetRiadkov = 0;
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
int trebaPridatNewLine = 1;
|
|
||||||
int vstup = getchar();
|
int vstup = getchar();
|
||||||
if (vstup == EOF) {break;}
|
if (vstup == EOF) {break;}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user