13 条题解
-
2梁文瀚LWH (winham) LV 10 @ 2023-7-26 16:52:25
"I love temege!
-
12023-11-11 18:28:28@
#include<iostream> using namespace std; int main(){ cout << "I love temege!"; }
-
02024-7-27 14:46:55@
#include<iostream> using namespace std; int main(){ cout<<"I love temege!"; }
-
02024-5-3 17:42:57@
#include<stdio.h>
int main(void){
printf("I love temege!");
}
-
02024-5-3 17:42:16@
``` ````
-
02024-5-3 17:41:13@
#include<stdio.h> int main(void){ printf("I love temege!"); }
-
02023-5-23 21:45:46@
cout << "I love temege!";
#include<iostream> using namespace std; int main(){ cout << "I love temege!"; }
-
02023-3-18 22:16:06@
这还要题解,不会的人撞墙算了
-
02023-1-2 9:50:34@
python
print("I love temege!")
php
I love temege!
c++
#include <iostream> using namespace std; int main(){ cout <<"I love temege!"; }
-
02022-11-8 10:29:08@
I love temege!
-
02022-5-6 19:34:55@
这也要题解...
-
-12023-5-30 18:57:14@
整活,怎么能少得了我~!
vbs: msgbox("I love temege!") Java: public class OutputGood { public static void main(String[] args) { System.out.println("I love temege!"); } }
-
-12022-11-17 15:33:29@
语言:php 这题也太逊了吧
I love temege!
- 1
信息
- ID
- 1829
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- (无)
- 递交数
- 73
- 已通过
- 31
- 上传者