⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 complex_int_1.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! { dg-do compile }! Complex constants with integer components should take ther kind from! the real typed component, or default complex type if both components have! integer type.program prog  call test1 ((1_8, 1.0_4))  call test2 ((1_8, 2_8))containssubroutine test1(x)  complex(4) :: xend subroutinesubroutine test2(x)  complex :: xend subroutineend program

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -