cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
An example using string
An example using string
Dec 9, 2018 at 5:45pm UTC
someone1234567
(5)
I need a program which uses string and stdio library to help me solve 785A from Codeforces.
Dec 9, 2018 at 6:09pm UTC
Repeater
(3046)
Welcome to C++. We have iostream now.
Dec 9, 2018 at 7:33pm UTC
salem c
(3700)
https://codeforces.com/problemset/problem/785/A
It seems simple enough to have a go at.
Can you get at least as far as reading the first line from the file, and printing out something like
printf("There are %d polyhedra in the file\n", nPolyhedra);
Topic archived. No new replies allowed.