[在Fortran 77中,'377'是什么意思?当我尝试打印时,输出为255。
print*,"result", o'377' result 255
print *,“ result”,o'377'结果255
这是八进制(基数为8)的表示形式。八进制377为十进制255或FF十六进制。