Episode 31 Preliminaries, human composition, and magic power up magic
The ranking battle has begun.
In the preliminary round, participants are divided into several groups and try to guess the target.
The top two players with the highest scores advance to the final tournament.
I got a high score with the electric guided bullet and became the top of the 5th qualifying group.
Everyone progressed smoothly.
The mock finals match is depressing.
Paper armor is too risky.
No matter how much I say that magic that kills is prohibited.
it can not be helped.
Let’s take a look at taboos.
Take a look at the contents of my mystery magic name folder.
#include
#include
void main(void)
{
system(“cd crab”); /*Go inside yourself*/
system(“dir > Kanikikuka”); /*Send information to yourself*/
}
It’s a very simple program.
The results showed that there were “Kanikikuka.soul” and “Kanikikuka.body.”
In other words, there is a soul and a body.
Does the lie discrimination access towards the soul?
So, I guess the body is used to strengthen the body.
Now, I want to increase my magical power.
Maybe magic is under the jurisdiction of the soul.
I won’t suddenly increase my magical power here.
#include
#include
extern long mana_max_check(FILE *fp);
long main(void)
{
FILE *fp; /*Soul definition*/
long mana;
fp=fopen(“Kanikikuka.soul”,”r”); /*Open the soul*/
mana=mana_max_check(fp); /*Set the maximum magical power value to mana*/
fclose(fp); /*Close*/
return(mana); /*Output number*/
}
You should now understand my amount of magical power.
If you understand magical power, it means that the soul is in charge of magical power.
I tried running it.
The number 113 pops into my head.
Success.
Knowing the amount of my magical power means that my soul is in the right place under the jurisdiction of magical power.
Increase magical power.
I thought about it for a while before testing it.
A spell is an image aid.
You could say that the spell itself is part of the image.
You can do whatever you want.
There is a program like this.
void main(void)
{
charmana[113];
}
This is a program that imagines my magical power.
It goes without saying that it has 113 magical power.
charmana[113];
void main(void)
{
}
So this is it.
In the program, this will allocate the variable in a special area.
I decided to think of this special realm as the outside.
Because the spell is an image.
The first thing I want to say is the magical power within myself.
The second is outside magic.
Simply put, it is the magical power of the natural world.
So I tried programming.
#include
#include
char mana[10000];
void main(void)
{
FILE *fp; /*Soul definition*/
char s[256]; /* read area */
fp=fopen(“Kanikikuka.soul”,”r+”); /*Open my soul*/
while(fgets(s,256,fp)!= NULL); /*Read and loop*/
/* Loading has finished. In short, the last place*/
fwrite(mana,1,sizeof(mana),fp); /*Add magic power to the last location*/
fclose(fp); /*Close*/
}
I tried running this.
I checked the amount of magical power I mentioned earlier, but the fragments haven’t increased.
It doesn’t feel like a failure.
That’s what I mean.
I added the line below at the end of the program.
time_wait(6000); /*Wait 1 minute*/
When I tried it, my magical power increased by 10,000 for just one minute.
Magic power only increases while magic is active.
If magical power could be increased this easily, a magician would be the strongest.
You can increase it as you like, whether it’s 100 million or 1 trillion.
“Hey, Seren. Can you use magic using the magical power of the natural world?”
I caught up with Seren after the qualifying round and talked to her.
“There’s no way you can do it. You should try.”
“[Light the fire using the magic power of the natural world]. Ah, I failed.”
“Because if you don’t take in the magical power of the natural world, it won’t become your own magical power.”
“[Add the magical power of the natural world to your soul and light it on fire]. This is no good either.”
I also had a good idea of the name of the mystery magic.
“There’s no way you can do it. Magical power in the natural world doesn’t move freely, so how do you capture it?”
“Um”
It is natural for programs to be able to move data.
Because that’s what it is.
It’s weird that you can’t do it.
I guess spells that aren’t programs can’t do that.
I see, it’s just me cheating.
Let’s make a magic tool that increases magical power and wear it all the time.
Should I increase my magical power by about 1 million?
The mystery magic name of the spell on the magic tool is mine, so even if someone else steals it, it won’t be misused.
I’ll make some for Myra as well.
Thus ended the first day of the ranking competition.