printf()在TI-83 Plus上溢出

时间:2015-12-03 03:34:24

标签: c ti-basic z80

我按照教程here进行操作。我正在做的是简单地打印出一个字符串,但它给我一个溢出错误:

#include <stdio.h>

int main(){
    printf("Hello World\n");
    return 0;
}

enter image description here

我用z88dk将C代码编译成.83p文件并将其加载到TI-83p中。我用Doors CS7.2运行它。

0 个答案:

没有答案