0

Where is error?

#include <iostream> using namespace std; #include <cstdlib> #include <stdlib.h> int main() { cout<<"arash"; system("color 13"); return 0; }

23rd Aug 2021, 1:26 PM
Arash
Arash - avatar
1 Réponse
+ 1
There is nothing wrong with your code. It is only not completely supported by sololearn playground. Try it in e.g. cxxdroid to See it working as expected :)
23rd Aug 2021, 2:13 PM
G B
G B - avatar