11 lines
64 B
C++
11 lines
64 B
C++
int main() {
|
|
try
|
|
{
|
|
|
|
}
|
|
catch (std::exception & e)
|
|
{
|
|
|
|
}
|
|
}
|