Exception Handling trong C++

sdsdd

#include <iostream>
using namespace std;
int main() {
    cout << "Hello, Prism!" << endl;
    return 0;
}
<pre><code class="language-cpp">
#include <iostream>
using namespace std;
int main() {
    cout << "Hello, Prism!" << endl;
    return 0;
}
</code></pre>


#include <iostream>
using namespace std;
int main() {
    cout << "Hello, Prism!" << endl;
    return 0;
}

hjhj

Viết một bình luận