20040621-1.c
来自「用于进行gcc测试」· C语言 代码 · 共 18 行
C
18 行
/* This test woudl cause partial redundancies too complex for PRE to insert using a single temporary due to them not being GIMPLE expressions. */int ssbgst (int c, int k){ int a, i, j; a = 0; i = 1; j = k; while (j) { a += (j + i) * (k + i + c) + (j + i + c); j = j - 1; } return a;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?