#include <iostream>
#include <string>
int n, m;
int main()
{
std::cin >> n >> m;
return 0;
}
Купил новый ноут, вкидываю очевидный код и выдает ошибку
Undefined symbols for architecture x86_64:
"std::__1::basic_istream<char, std::__1::char_traits<char> >::operator>>(int&)", referenced from:
_main in a-2c3821.o
"std::__1::cin", referenced from:
_main in a-2c3821.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Поставил дефолтный gcc.