5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
public class Gen{
|
||
|
Vector<Integer> m(Vector<Integer> v){
|
||
|
return v;
|
||
|
}
|
||
|
}
|