Untitled
unknown
plain_text
3 years ago
170 B
6
Indexable
#include <string>
#include <iostream>
using namespace std;
struct Employee
{
};
int main()
{
int N;
cin >> N;
Employee* employees = new Employee[N];
}
Editor is loading...
#include <string>
#include <iostream>
using namespace std;
struct Employee
{
};
int main()
{
int N;
cin >> N;
Employee* employees = new Employee[N];
}