问题描述 求大声帮我看看,为什么运行不了 程序是想读取文件中的数据,然后在屏幕上显示我要找的数据,文件中有: 01 gu jisuanji 02 kan jisuanji 解决方案 看不清啊!把代码全部贴出来吧!有什么错误提示 时间: 2024-11-05 05:00:49
问题描述 这是我写的表达式求值,在编译器中运行是对的,但在刷题系统中却说是错,求打什么呢帮我找找Bug 2C #include""stdio.h""#include""stdlib.h""#include""malloc.h""#include""string.h""#include""math.h""#de
问题描述 为什么这个程序不能正确运行? 求大家帮帮忙 #include<iostream> #include<string> #include<vector> #include<algorithm> #include"HasPtr.h" //#include"TreeNode.h" using namespace std; //13.27 30 31编写自己版本的使用引用计数的HasPtr int main(int a
问题描述 各位大神 求帮我看看 一运行 就中断 // demo19.cpp : 定义控制台应用程序的入口点.// #include ""stdafx.h""#include#include#include #include int _tmain(int argc _TCHAR* argv[]){ IplImage* frame; IplImage* frame2; IplImage* frame3; frame=cvLoadImage(""E:\
问题描述 运行一直有错误,求大家帮我看看,我实在找不出来问题= = import java.io.*; public class AccountDemo { public static void main(String args[]) { CheckingAccount a1=new CheckingAccount(); System.out.println("请开账户"); int accNum2,num; double balance; String aname,a,b; try
问题描述 真心的求高手帮我看看代码,指教下,我很困惑 命题:求求1+1/2+1/3+--+1/n的c语言编程 以下是我的代码: #include void main() { float i,j,sum; printf("请输入你想求的位数:n"); scanf("%f",&j); for(i=1;i<=j;i++) { sum+=1/i; } printf("结果为 %fn",sum); } 运行结果不对,但是我觉得思路很清晰,找不
问题描述 安卓,主线程和子线程间传递消息,出错·,求大家帮我看看 我的代码如下: activitymain.xml: xmlns:tools=""http://schemas.android.com/tools"" android:layout_width=""match_parent"" android:layout_height=""match_parent"" android:pa
问题描述 为什么这一小段代码总是运行时错误 求大家帮帮忙 #include<stdio.h>#include<string.h>int main(){ int t; scanf(""%d""&t); while(t--) { int n; scanf(""%d""&n); while(n--) { char a[]="">+""; char
问题描述 新人求助 求帮忙 帮我看看为何报错 Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); con= DriverManager.getConnection("jdbc:sqlserver://localhost:1433;DatabaseName=pxw","sa","881219"); stmt=con.createStatement(Resu
问题描述 求专业人士帮我解决下这个内存溢出的问题,如果确实是jvm和tomcat内存的问题,请说明下设置步骤? 我用myeclipse编写项目,在确认代码无误的情况下,加载到tomcat里运行,结果出现了内存溢出问题,详细异常信息如下: Exception in thread "http-apr-8080-exec-13" java.lang.OutOfMemoryError: Direct buffer memory at java.nio.Bits.reserveMemory(Un