Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里学习教程。我正在做的是简单地打印出一个字符串,但它给了我一个溢出错误:
#include <stdio.h> int main(){ printf("Hello World\n"); return 0; }
我正在使用 z88dk 将 C 代码编译成 .83p 文件并将其加载到 TI-83p 中。我用 Doors CS7.2 运行它。