8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
class Main{
|
|
|
|
Problem1err(number, power){
|
|
return 01 ** power
|
|
}
|
|
}
|
|
|