summaryrefslogtreecommitdiff
path: root/7p33.cpp
blob: d77176482a7b56f221e0e631c62414b6ac28670e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/*
 *
 * 7.33
 *
 *
 */

int main () {

	/* Fixed version
	  
	  Screen::pos Screen::size() const
	  {
	  return height * width;
	  }
	  
	 */
	return 0;
}