C 解法, 执行用时: 1ms, 内存消耗: 172KB, 提交时间: 2022-03-04
#include<stdio.h> int main() { printf("Hello Nowcoder!"); return 0; }
C 解法, 执行用时: 1ms, 内存消耗: 176KB, 提交时间: 2022-07-19
int main() { printf("Hello Nowcoder!"); }
C 解法, 执行用时: 1ms, 内存消耗: 176KB, 提交时间: 2022-02-19
#include<stdio.h> int main() { printf("Hello Nowcoder!\n"); }
C 解法, 执行用时: 1ms, 内存消耗: 180KB, 提交时间: 2022-07-27
#include<stdio.h> int main() { printf("Hello Nowcoder!"); return 0; }
C 解法, 执行用时: 1ms, 内存消耗: 180KB, 提交时间: 2022-07-26
#include <stdio.h> int main() { printf("Hello Nowcoder!"); return 0; }
下一题