Skip to main content
Glama
by lin037
TestJava.java454 B
public class TestJava { public static void main(String[] args) { // 故意的除零错误 int result = 1 / 0; System.out.println("结果: " + result); // 未使用的变量 String unusedVariable = "这个变量没有被使用"; // 类型错误 String number = 123; // 缺少分号 int x = 5 System.out.println("测试完成"); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lin037/mcp-diagnostics-trae'

If you have feedback or need assistance with the MCP directory API, please join our Discord server