Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
szorgalmi_feladatok
/
Allapotgep_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
138ea158
authored
Apr 24, 2021
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split
parent
c01e2352
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
+0
-0
ly.png
+0
-0
main.cpp
+3
-4
No files found.
README.md
View file @
138ea158
This diff is collapsed.
Click to expand it.
ly.png
0 → 100644
View file @
138ea158
33.1 KB
main.cpp
View file @
138ea158
/**
* @file main.cpp
* @file main.cpp
* Nem kell beadni!
*/
#include <iostream>
...
...
@@ -22,7 +22,7 @@ ELKESZULT makro
int
main
()
{
Lyszaml
::
runtests
();
std
::
cout
<<
"Input olvas
á
sa EOF-ig:"
<<
std
::
endl
;
std
::
cout
<<
"Input olvas
a
sa EOF-ig:"
<<
std
::
endl
;
Lyszaml
ly
;
char
ch
;
while
(
std
::
cin
>>
std
::
noskipws
>>
ch
)
...
...
@@ -89,4 +89,4 @@ int main() {
GTEND
(
std
::
cerr
);
return
0
;
}
#endif
\ No newline at end of file
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment