<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>vtryo</author_name>
  <author_url>https://blog.hatena.ne.jp/vtryo/</author_url>
  <blog_title>VTRyo Blog</blog_title>
  <blog_url>https://blog.vtryo.me/</blog_url>
  <categories>
    <anon>golang</anon>
  </categories>
  <description>このようなお題があったとき、 入力として１つの整数 x が与えられます。 x の３乗の計算結果を１行に出力してください https://onlinejudge.u-aizu.ac.jp/courses/lesson/2/ITP1/1/ITP1_1_B 最初、こんなコードを書いた。 package main import ( &quot;fmt&quot; &quot;math&quot; &quot;math/big&quot; ) func main() { var x int fmt.Scanln(&amp;x) fmt.Println(calculate(x)) } func calculate(x int) int64 { result := math…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.vtryo.me%2Fentry%2Fnot-use-exponential-notation-by-go&quot; title=&quot;【Go】冪乗したときに指数表記しない - VTRyo Blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-12-25 22:07:58</published>
  <title>【Go】冪乗したときに指数表記しない</title>
  <type>rich</type>
  <url>https://blog.vtryo.me/entry/not-use-exponential-notation-by-go</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
