C语言在线运行

版本:

编辑于 2022-12-13 22:52 累计访问:718
点击了解高性能代码运行API
运行结果
代码简介
代码仓库
极速运行
终端运行
图形+终端

                        
以下是用户最新保存的代码
第五章第二个lab 发布于:2025-04-03 21:08 第五章第一个lab 发布于:2025-04-03 21:07 helloworld第一个文件 发布于:2025-04-03 21:05 mt6511sent输出 发布于:2025-04-03 13:18 uint32转uint8数组 发布于:2025-04-03 10:50 C,AES128 ECB 发布于:2025-04-03 10:46 设计一算法,逆置带头结点的动态单链表 发布于:2025-04-01 08:37 切割指定字符的字符串 发布于:2025-03-31 16:02 从键盘输入1~7的数字,分别提示: Monday、Tuesday、Wednesday、Thursday、friday、saturday、sunday, 输入其它,提示出错, 使用:switch case break 实现 发布于:2025-03-31 11:07 从屏幕上输入一个学生的成绩(0-100), 对学生成绩进行评定: <=60为"E", 60~69为"D, 70~79为"C", 80~89为"B", 90以上为"A", <0或>100提示成绩输入出错, 使用:if else if等实现 发布于:2025-03-31 11:04 成绩查询系统 发布于:2025-03-30 16:19 m的次方等于m个连续奇数相乘 发布于:2025-03-30 15:14 三角形的确定 发布于:2025-03-30 11:24 计算中英混合字符长度且不算无效字符 发布于:2025-03-26 15:42 我也不知道我为什么要这样 发布于:2025-03-26 00:25 算法3.5(第80页)带头结点的头插法建立单链表 发布于:2025-03-25 14:48 将两个顺序表合并为一个顺序表 发布于:2025-03-25 14:41 例3.1(第70页)线性表按奇偶拆分 - 将线性表A按元素值奇偶拆分成两个表,A表存放奇数,B表存放偶数。 发布于:2025-03-25 14:39 线性顺序表 发布于:2025-03-24 23:38 这是最大值的程序 发布于:2025-03-23 13:57 台湾球员管理 发布于:2025-03-23 11:03 B树代码构成 发布于:2025-03-21 21:44 完全二叉树判断 发布于:2025-03-21 21:39 循环链表构造 发布于:2025-03-21 21:04 链表转队列 发布于:2025-03-21 20:51 单链表构造 发布于:2025-03-22 10:31 队列的表示方法 发布于:2025-03-21 17:56 栈的构造代码 发布于:2025-03-21 17:07 分块查找算法 发布于:2025-03-21 14:14 二分查找算法 发布于:2025-03-21 13:43 顺序查找算法 发布于:2025-03-21 13:28 树的存储结构以及先中后层序遍历 发布于:2025-03-21 13:22 字符串输入输出以及排序 发布于:2025-03-21 12:15 链式存储队列功能实现 发布于:2025-03-21 11:40 头插法尾插法建立单链表 发布于:2025-03-21 11:21 单链表的建立,增删查改 发布于:2025-03-21 11:08 顺序存储队列的功能实现 发布于:2025-03-21 10:30 计算圆的面积 发布于:2025-03-20 20:05 #include <stdio.h> int main () { float a,b; a=5,b=7; float S=0.5*a*b; printf("三角形的面积S=%f\n",S); return 0; } 发布于:2025-03-18 22:15 答案相同却不得分 发布于:2025-03-17 08:30 在头部插入结点 发布于:2025-03-16 19:11 测试ocpp解析函数 发布于:2025-03-14 14:31 解析AT指令 发布于:2025-03-13 11:03 斐波那契数列 发布于:2025-03-12 19:17 学生实验作品-赵敏刚 发布于:2025-03-31 15:32 判断一个数是否为素数 发布于:2025-03-05 15:52 哇哦太强啦 发布于:2025-03-05 14:05 一个立方体解法 发布于:2025-03-03 10:47 最小公约数 发布于:2025-03-02 17:09 Linux基本命令 发布于:2025-02-27 18:24 [更多]

作者 我是大神(wangzai11)
编辑于:2022-12-13 22:52

Can participate

提示:本站严禁涉政、违法等无关技术的内容
发送
学习嵌入式的绝佳套件,esp8266开源小电视成品,比自己去买开发板+屏幕还要便宜,省去了焊接不当搞坏的风险。 蜂鸣版+触控升级仅36元,更强的硬件、价格全网最低。

点击购买 固件广场
  ### can! 199

  can解析dut目标列表 1156

  # really functional stuffs ## no other things ### easy to use #### I'm not telling an iota of lies ##### really? ###### I can not trust myself >well,the number of useless stuffs increased - **just** - *go* --- `it's` `not` `Go lang` ```javascript const stuff='javascript' ``` 5674

  Can participate 719

  test if it can be saved 878

  ***Sherlock and Anagrams*** Two strings are anagrams of each other if the letters of one string can be rearranged to form the other string. Given a string, find the number of pairs of substrings of the string that are anagrams of each other. ///Sample Input ifailuhkqq kkkk cdcd /// Output 3 10 5 945

  ***checkMagazine - Hash Tables*** ///Function Description Complete the checkMagazine function in the editor below. It must print if the note can be formed using the magazine, or . checkMagazine has the following parameters: string magazine[m]: the words in the magazine string note[n]: the words in the ransom note //Sample Input 1 6 5 two times three is not four two times two is four ///Sample Output 1 No ///Explanation 1 'two' only occurs once in the magazine. 894

  what can i say 219

  he background color of button can change from left to right when cursor hover(按钮hover时背景色从左慢慢移动到右边) 180

  Vector Tiles can not overzoomable with v0.54.0 172

  a Simple can not be simple example for Classmate girlfriend ^_^ 222

  A test demo for Node.insertBefore(childNode, refNode). From the demo we can see that After inserting the same childNode which the parentNode already contained, in some new webbrowsers, the document's selection's range will change. 235

yout