package
com.mahe;
public
class
b {
static
void
main(String[] args) {
int
aint=
257
;
byte
abyte;
abyte=(
)aint;
System.out.println(abyte);
}