create dev channel
This commit is contained in:
8
zeta/c/completed/24266.c
Normal file
8
zeta/c/completed/24266.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
long long n;
|
||||
scanf("%lld", &n);
|
||||
printf("%lld\n%d\n", n * n * n, 3);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user