c++ dars1
c++ da consolga chiqarish
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
2inchi usul
include
int main() {
std::cout << "Hello World!";
return 0;
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)