#include <stdio.h>
class a{
 static int r(){
 }
 int f(){
	 printf("%i", &f);
 } 
};
int main(){
}
