oi tag

5 questions


1 answers
140 views
0
Load Excel cell values using apache poi

I wanted to use Excel's function _xlfn.T.INV.2T(B2,C2) while I was programming in Java, so I made a function with Apache Poi and got to the point where I could display it on Excel.Therefore, I would l...

2 years ago

1 answers
117 views
0
put a function in a cell with apache poi

I am making a program in Java to perform the Welch test, but I downloaded the apache poi because I wanted to use Excel function (T.INV.2T function) in the middle.So I tried to put the formula in the c...

2 years ago

1 answers
34 views
0
It's the information olympiad issue

Information Olympiad melon field problem (http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=1520&sca=2060).I looked at the answer sheet because I didn't know, but I was surprised to s...

c oi
2 years ago

1 answers
32 views
0
Please correct the language of c.

It's a code that I made When I debugged it, the computer was not affected by the if part and just kept running Which part is the problem...?#include<string.h>#include<stdio.h>#include<s...

2 years ago

1 answers
56 views
0
I wonder why atoi is performed without error without c++ cstdlib.

I am solving the problem of changing the char* array to int.I knew that atoi() was included in cstdlib, and When I used the atoi in the professor's ppt, cstdlib was always included, During this assign...

2 years ago

© 2024 OneMinuteCode. All rights reserved.