📄 lights1.c
字号:
#include <stdio.h>
#include <math.h>
void main()
{
double lights;
lights=pow(-2,8); //figure 2 to the 8th power
printf("Milton, we need %0.0f lights.\n",lights);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -