Тэмдэгт мөр
Run
main.cpp
#include <iostream> #include <string> using namespace std; int main() { string firstName = "Bat"; string lastName = "Dorj"; string fullName = firstName + " " + lastName; cout << fullName << endl; cout << fullName.length() << endl; return 0; }
Console
Симуляц горим
Run товч дарж програмаа ажиллуулна уу...