From a10a6e35975660b89b465faf5baacd6df9c43a34 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 18 Sep 2024 16:12:27 +0200 Subject: more, 7.15 not started yet --- 7p10.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 7p10.cpp (limited to '7p10.cpp') diff --git a/7p10.cpp b/7p10.cpp new file mode 100644 index 0000000..da25d3c --- /dev/null +++ b/7p10.cpp @@ -0,0 +1,15 @@ + +/* + * + * 7.10 + * + * + */ + +int main () { + + // if (read(read(cin, data1), data2)) + // It first runs read(cin , data1), if it's successful then it returns cin + // And then read(cin , data2) runs and we check if thats successful + return 0; +} -- cgit v1.2.3