Posted: Fri May 17, 2019 8:23 pm Post subject: C++ Output
Hello, I just started learning C++ for competitive programming, and I'm confused with what my output gives me. Can someone tell me what's wrong with my code?
c++:
#include <iostream>
int main() { int longer, counter = 0;
char dummy;
std::cin>>longer;
char num[80];