<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package p2;

import p1.*;

class Sa 
{
	public static void main(String[] args) 
	{
		Ex e = new Ex();

		System.out.println(e.a);
		System.out.println(e.b);
		System.out.println(e.c);
		System.out.println(e.d);
	}

}
</pre></body></html>