
-----------------------------------
Hugetanks
Fri May 17, 2019 8:23 pm

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?

#include 

int main()
{
    int longer, counter = 0;
    char dummy;
    std::cin>>longer;
    char num

It's for this question: https://dmoj.ca/problem/ccc19j3 Thanks![/syntax]
