I have this code:
我有这段代码:
#include <array>
int main(int, char **argv)
{
std::array<int, 3> a = {1,2,3};
}
#include <array>
I have this code:
我有这段代码:
#include <array>
int main(int, char **argv)
{
std::array<int, 3> a = {1,2,3};
}
#include <array>