Return in not 0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Return in not 0

I programed in code::blocks and everything was fine, so I tried to do the same thing on android in app Cppdroid (it's my first time with that app) and after something called "complying" I got error and I have no idea what to do. Here's my code: #include <iostream> using namespace std ; int main() { int a=2; cout << a; return 0; }

20th Dec 2018, 12:28 PM
Kasia Szczepaniak
Kasia Szczepaniak - avatar
1 Answer
+ 1
Still error :/
20th Dec 2018, 12:58 PM
Kasia Szczepaniak
Kasia Szczepaniak - avatar