int tag

57 questions


1 answers
337 views
0
Print all 8 patterns using the if statement

It's java. Use the if statement XOXOXO---XOXOXOX--XOXOXO-X-XOXOXO--XXOXOXOOX-XOXOXO-XOXOXOXOOXXXOXOXOXXOI want to print all eight of these, but if I enter all nine spaces with - that is, -----, how do...

1 years ago

1 answers
305 views
0
c Language Suffix Question

int main(void){long long big;big = 700000000 * 700000000;printf(%lld,big);return 0;}I don't know why I have to put the suffix ll after 700000000

c int
1 years ago

1 answers
414 views
0
I would like to export PowerPoint to PDF via powershell.

I would like to export PowerPoint to PDF via powershell.I tried writing as below, but PowerPoint.Application.PpFixedFormatType:TypeName doesn't recognize it well.$Path=.\testpdf.pdf$mtrue=[Microsoft.O...


1 answers
112 views
0
I want to include a variable in the property names

I want to put a variable in the property name, but I get an error.The code is as follows.Is there any good way?Thank you for your cooperation.var overrideCtx={}; overrideCtx.Templates={}; for(vari=1;i...

1 years ago

1 answers
86 views
0
Compilation error.: Not valid outside the procedure.Which error should I correct?

With ActivePresentation.Slides(1).SlideShowTransition .Speed=ppTransitionSpeedFast .EntryEffect=ppEffectStripsDownLeft .SoundEffect.ImportFromFile c:\sndsys\bass.wav .AdvanceOnTime=True .AdvanceTime =...

1 years ago

2 answers
94 views
0
Is there a way to create a powerpoint in Python?

Questions about how to create a powerpoint using Python.[MATLAB] Automate creating PowerPoint slides using templates: MATLAB Report Generator Edition - Qiita Like MATLAB, I would like Python to replac...

1 years ago

1 answers
85 views
0
I want to change the string from Python to float or int

From Python30.33333 to float 30.333330 like int 30What should I do to change my brother?


1 answers
80 views
0
I want to add string and int

I thought it would be easy, but it's hard ㅜㅜㅜWhat should I do to make string name become John21 in the code below?string name = John;int age = 21;


1 answers
77 views
0
How can I determine if the string is a number (integer plus real numbers) in Python?

If you use isdigit(), only the integer is true, and the real type shows FalseI don't think there's anything like isfloat() what should I do?


1 answers
116 views
0
How to change int to hex

int_value = -13516;There's a value like this, but I want to change it to a hexadecimal value.hex_value = Integer.toHexString(int_value);I did it like above, but the value comes out ffffcb34But what I ...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.