单项选择题

有以下程序:
#include <iostream>
using namespace std;
class sampleprivate:
int x;
static int y;
public:
sample(int

A.;
static void print(sample s);